diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 8c53f00d2c47..1566d7231d9a 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2355,7 +2355,7 @@ public static void load(){ timeIncrease = 3f; timeDuration = 60f * 20f; powerDamageScl = 3f; - damage = 60; + damage = 110; hitColor = lightColor = Pal.heal; lightRadius = 70f; clipSize = 250f; @@ -2372,7 +2372,7 @@ public static void load(){ trailWidth = 6f; trailColor = Pal.heal; trailInterval = 3f; - splashDamage = 70f; + splashDamage = 110f; splashDamageRadius = rad; hitShake = 4f; trailRotation = true;