From 7deb20ab65b3c126dd1a0436dfc034b1dfcd84de Mon Sep 17 00:00:00 2001 From: EggleEgg <125359838+EggleEgg@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:38:16 +0100 Subject: [PATCH] Bugfix: Precept bullet (#11650) * HOW OR WHEN DID I WRITE THIS * IT S 120 YOU MORON --- 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 09cd49f8ba..618cedb7e6 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2828,7 +2828,7 @@ public class UnitTypes{ y = -1f; heatColor = Color.valueOf("f9350f"); cooldownTime = 30f; - bullet = new BasicBulletType(7f, 10){{ + bullet = new BasicBulletType(7f, 120){{ sprite = "missile-large"; width = 7.5f; height = 13f;