Merge pull request #3426 from MEEPofFaith/continuous-weapon-recoil

Begin reloading continuous weapons  after the bullet finishes.
This commit is contained in:
Anuken
2020-11-17 11:05:17 -05:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1 -1
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;