From db96f2ef392fb6d055c7b6765444993f81e1edbf Mon Sep 17 00:00:00 2001 From: Zerenta <80897573+Zerenta@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:57:13 -0400 Subject: [PATCH] Update UnitTypes.java (#8895) precept buff lmao --- core/src/mindustry/content/UnitTypes.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 04465631fe..328c26630f 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2617,6 +2617,9 @@ public class UnitTypes{ splashDamageRadius = 20f; splashDamage = 50f; + shoot = new ShootSpread(3, 15f); + + trailEffect = Fx.hitSquaresColor; trailRotation = true; trailInterval = 3f;