do not the multi charge (#4905)

This commit is contained in:
MEEP of Faith 2021-03-08 16:14:04 -08:00 committed by GitHub
parent 4a1419af0e
commit c4da670a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ public class Turret extends ReloadTurret{
}
protected void updateShooting(){
if(reload >= reloadTime){
if(reload >= reloadTime && !charging){
BulletType type = peekAmmo();
shoot(type);