Fix spread + burst turrets (#6069)

* Fix spread + burst turrets

* spread is 4 by default

set salvo spread to 0

* damnit
This commit is contained in:
Matthew Peng
2021-09-29 05:38:51 -07:00
committed by GitHub
parent 01d6aee754
commit a04b385f56
2 changed files with 3 additions and 1 deletions

View File

@@ -1675,6 +1675,7 @@ public class Blocks implements ContentList{
recoilAmount = 3f;
shootShake = 1f;
burstSpacing = 3f;
spread = 0f;
shots = 4;
ammoUseEffect = Fx.casing2;
health = 240 * size * size;