Return salvo and swarmer to how they were before shoot changes (#8278)

This commit is contained in:
MEEPofFaith
2023-02-15 06:01:03 -08:00
committed by GitHub
parent a189ac8613
commit 8726cde05d

View File

@@ -3404,6 +3404,7 @@ public class Blocks{
reload = 30f;
inaccuracy = 10f;
range = 240f;
consumeAmmoOnce = false;
size = 2;
scaledHealth = 300;
shootSound = Sounds.missile;
@@ -3466,6 +3467,7 @@ public class Blocks{
size = 2;
range = 190f;
reload = 31f;
consumeAmmoOnce = false;
ammoEjectBack = 3f;
recoil = 3f;
shake = 1f;