mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-10 08:50:52 -07:00
Bugfix: Precept bullet (#11650)
* HOW OR WHEN DID I WRITE THIS * IT S 120 YOU MORON
This commit is contained in:
parent
219689a74f
commit
7deb20ab65
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue