diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 05de2c3637..b0187ccfd2 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1191,7 +1191,7 @@ public class UnitTypes implements ContentList{ smokeEffect = Fx.hitLaser; frontColor = Color.white; - healPercent = 5.5f; + healPercent = 5.5f; collidesTeam = true; backColor = Pal.heal; frontColor = Color.white;