Skip to content

Commit

Permalink
amogus
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-MathGuy committed Mar 30, 2024
1 parent 117cc8d commit 99ff9e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/nukethea/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@

public class Mindsutry extends Mod {

public Mindsutry(){
public Mindsutry() {
Log.info("Loaded Mindsutry");

}

public void loadContent() {
Log.info("Loading vanquish mods...");
for (int i = 1; i < 5; i++) {
UnitTypes.vanquish.weapons.get(i).top = true;
UnitTypes.vanquish.weapons.get(i).shootY = -0.5f;
}

}

}

0 comments on commit 99ff9e9

Please sign in to comment.