This commit is contained in:
Anuken
2020-07-17 08:48:13 -04:00
parent 660abe188b
commit b2b6ddb5b2
2 changed files with 2 additions and 2 deletions

View File

@@ -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;