diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index d85acf1b54..ed89d8063d 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -716,7 +716,7 @@ public class UnitTypes implements ContentList{ speed = 1.3f; drag = 0.1f; hitsize = 8f; - health = 130; + health = 400; immunities = ObjectSet.with(StatusEffects.wet); weapons.add(new Weapon("mount-weapon"){{ reload = 10f; diff --git a/gradle.properties b/gradle.properties index 751353be6d..296e21044f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=92e1670c9033fb6f825453b9c4c516e4b5079037 +archash=bb0d60276c0471b920a636d3d32ea838e73be8c2