Minor bundle tweaks

This commit is contained in:
Anuken
2022-08-29 14:26:29 -04:00
parent e4fe73b332
commit 0d3c27dd59
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ public class Turret extends ReloadTurret{
if(!validateTarget()) target = null;
float warmupTarget = (isShooting() && canConsume()) || charging() ? 1f : 0f;
if(warmupTarget > 0){
if(warmupTarget > 0 && shootWarmup >= minWarmup && !isControlled()){
warmupHold = 1f;
}
if(warmupHold > 0f){