do not the multi charge (#4905)
This commit is contained in:
@@ -353,7 +353,7 @@ public class Turret extends ReloadTurret{
|
||||
}
|
||||
|
||||
protected void updateShooting(){
|
||||
if(reload >= reloadTime){
|
||||
if(reload >= reloadTime && !charging){
|
||||
BulletType type = peekAmmo();
|
||||
|
||||
shoot(type);
|
||||
|
||||
Reference in New Issue
Block a user