From ef5d5abfff4cf6876a95237fe790a27ae86bc736 Mon Sep 17 00:00:00 2001 From: Efsfse2280 Date: Sat, 28 Feb 2026 00:01:27 -0500 Subject: [PATCH] Update UnitTypes.java (#11727) --- core/src/mindustry/content/UnitTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 03f118dc36..1a8435c424 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2561,6 +2561,7 @@ public class UnitTypes{ lifetime = 60f; buildingDamageMultiplier = 0.01f; + homingPower = 0.02f; }}; }}); }}; @@ -2611,6 +2612,7 @@ public class UnitTypes{ lifetime = 60f; buildingDamageMultiplier = 0.01f; + homingPower = 0.03f; }}; }}); }};