Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1040
-1042
File diff suppressed because it is too large
Load Diff
@@ -114,3 +114,5 @@ simba-fs
|
|||||||
RedRadiation
|
RedRadiation
|
||||||
Marko Zajc
|
Marko Zajc
|
||||||
CPX MC
|
CPX MC
|
||||||
|
nilq
|
||||||
|
AsgerHB
|
||||||
|
|||||||
@@ -353,7 +353,7 @@ public class Turret extends ReloadTurret{
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void updateShooting(){
|
protected void updateShooting(){
|
||||||
if(reload >= reloadTime){
|
if(reload >= reloadTime && !charging){
|
||||||
BulletType type = peekAmmo();
|
BulletType type = peekAmmo();
|
||||||
|
|
||||||
shoot(type);
|
shoot(type);
|
||||||
|
|||||||
Reference in New Issue
Block a user