Begin reloading continuous weapons after the bullet finishes.

This commit is contained in:
MEEP of Faith
2020-11-16 16:11:36 -08:00
parent 4b733fe244
commit ffca824474
2 changed files with 2 additions and 1 deletions

View File

@@ -431,7 +431,7 @@ public class UnitTypes implements ContentList{
firstShotDelay = Fx.greenLaserChargeSmall.lifetime - 1f;
reload = 320f;
reload = 160f;
recoil = 0f;
chargeSound = Sounds.lasercharge2;
shootSound = Sounds.beam;