mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-22 02:07:20 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8aba480148
File diff suppressed because it is too large
Load Diff
@ -114,3 +114,5 @@ simba-fs
|
||||
RedRadiation
|
||||
Marko Zajc
|
||||
CPX MC
|
||||
nilq
|
||||
AsgerHB
|
||||
|
@ -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