mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 17:08:56 +07:00
do not the multi charge (#4905)
This commit is contained in:
parent
4a1419af0e
commit
c4da670a7c
@ -353,7 +353,7 @@ public class Turret extends ReloadTurret{
|
||||
}
|
||||
|
||||
protected void updateShooting(){
|
||||
if(reload >= reloadTime){
|
||||
if(reload >= reloadTime && !charging){
|
||||
BulletType type = peekAmmo();
|
||||
|
||||
shoot(type);
|
||||
|
Loading…
Reference in New Issue
Block a user