Bugfix: Precept bullet (#11650)

* HOW OR WHEN DID I WRITE THIS

* IT S 120 YOU MORON
This commit is contained in:
EggleEgg 2026-02-11 01:38:16 +01:00 committed by GitHub
parent 219689a74f
commit 7deb20ab65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;