Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiyoshinLevi committed Sep 19, 2023
1 parent d584565 commit b2a41da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "turretEX-java",
"displayName": "Turret Expansion Java",
"author": "Shimyytrov Modding Team",
"description": "v1.4.4 Java",
"version": "1.4.4 Java",
"description": "v1.4.4:0001 Java",
"version": "1.4.4:0001 Java",
"minGameVersion": "142",
"main": "SCH.TurretExJava",
"java": true
Expand Down
7 changes: 0 additions & 7 deletions src/SCH/content/schUnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public static void load(){
}};
shootSound = Vars.tree.loadSound("Turrets/KavtashkaMKI");
}});
constructor = UnitEntity::create;
}};
RukhtuskaMKII = new UnitType("RukhtuskaMKII"){{
speed = 5f;
Expand Down Expand Up @@ -135,7 +134,6 @@ public static void load(){
}};
shootSound = Vars.tree.loadSound("Turrets/AA-sg");
}});
constructor = UnitEntity::create;
}};
RukhtuskaMKIII = new UnitType("RukhtuskaMKIII"){{
speed = 6f;
Expand Down Expand Up @@ -217,7 +215,6 @@ public static void load(){
}};
shootSound = Vars.tree.loadSound("Turrets/AA-sg");
}});
constructor = UnitEntity::create;
}};
HulletuseMKI = new UnitType("HulletuseMKI"){{
speed = 4f;
Expand Down Expand Up @@ -269,7 +266,6 @@ public static void load(){
}};
shootSound = Vars.tree.loadSound("Turrets/KavtashkaMKI");
}});
constructor = UnitEntity::create;
}};
HulletuseMKII = new UnitType("HulletuseMKII"){{
speed = 4f;
Expand Down Expand Up @@ -341,7 +337,6 @@ public static void load(){
}};
shootSound = Vars.tree.loadSound("Turrets/laser");
}});
constructor = UnitEntity::create;
}};
HulletuseMKIII = new UnitType("HulletuseMKIII"){{
speed = 2f;
Expand Down Expand Up @@ -482,10 +477,8 @@ public static void load(){
bullet = missiles;
shootSound = Vars.tree.loadSound("Turrets/SteinMKII");
}});
constructor = UnitEntity::create;
}};
avmArmyTroop = new UnitType("AVM-Army-Soldier"){{
constructor = UnitEntity::create;
speed = 0.8f;
hitSize = 9f;
health = 250;
Expand Down

0 comments on commit b2a41da

Please sign in to comment.