This commit is contained in:
Anuken 2021-08-29 10:26:39 -04:00
parent be5d9154a7
commit cc689fd114
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 B

View File

@ -90,7 +90,7 @@ public class LaserTurret extends PowerTurret{
return;
}
if(reload <= 0 && (consValid() || cheating())){
if(reload <= 0 && (consValid() || cheating()) && !charging){
BulletType type = peekAmmo();
shoot(type);