Fixed #5895
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 462 B |
Binary file not shown.
|
Before Width: | Height: | Size: 524 B |
@@ -90,7 +90,7 @@ public class LaserTurret extends PowerTurret{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(reload <= 0 && (consValid() || cheating())){
|
if(reload <= 0 && (consValid() || cheating()) && !charging){
|
||||||
BulletType type = peekAmmo();
|
BulletType type = peekAmmo();
|
||||||
|
|
||||||
shoot(type);
|
shoot(type);
|
||||||
|
|||||||
Reference in New Issue
Block a user