From f9d6ef8e91d3629a0323e7411774092a684f3111 Mon Sep 17 00:00:00 2001 From: Leonwang4234 <62972692+Leonwang4234@users.noreply.github.com> Date: Mon, 5 Oct 2020 11:58:35 -0700 Subject: [PATCH] Sublime Text is messing with whitespace --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;