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

This commit is contained in:
MEEPofFaith
2023-02-15 09:01:03 -05:00
committed by GitHub
parent a189ac8613
commit 8726cde05d
+2
View File
@@ -3404,6 +3404,7 @@ public class Blocks{
reload = 30f; reload = 30f;
inaccuracy = 10f; inaccuracy = 10f;
range = 240f; range = 240f;
consumeAmmoOnce = false;
size = 2; size = 2;
scaledHealth = 300; scaledHealth = 300;
shootSound = Sounds.missile; shootSound = Sounds.missile;
@@ -3466,6 +3467,7 @@ public class Blocks{
size = 2; size = 2;
range = 190f; range = 190f;
reload = 31f; reload = 31f;
consumeAmmoOnce = false;
ammoEjectBack = 3f; ammoEjectBack = 3f;
recoil = 3f; recoil = 3f;
shake = 1f; shake = 1f;