From e725fb5b5fb171dae66d2e0c263b8a75787a2ced Mon Sep 17 00:00:00 2001 From: EggleEgg <125359838+EggleEgg@users.noreply.github.com> Date: Sat, 31 Jan 2026 20:58:41 +0100 Subject: [PATCH] no supression --- core/src/mindustry/content/UnitTypes.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index e30373a0a9..3b9c0c07c1 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -851,7 +851,7 @@ public class UnitTypes{ BulletType sapper = new SapBulletType(){{ sapStrength = 0.85f; length = 66f; - damage = 48; + damage = 40; shootEffect = Fx.shootSmall; hitColor = color = Color.valueOf("bf92f9"); despawnEffect = Fx.none; @@ -904,7 +904,6 @@ public class UnitTypes{ knockback = 0.8f; lifetime = 70f; width = height = 19f; - suppressionRange = 90f; collidesTiles = true; ammoMultiplier = 4f; splashDamageRadius = 90f;