mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 15:19:24 +07:00
Fixed #1673
This commit is contained in:
parent
882076030d
commit
39ee31d748
@ -28,6 +28,7 @@ public class DoubleTurret extends ItemTurret{
|
||||
protected void shoot(Tile tile, BulletType ammo){
|
||||
TurretEntity entity = tile.ent();
|
||||
entity.shots++;
|
||||
entity.heat = 1f;
|
||||
|
||||
int i = Mathf.signs[entity.shots % 2];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user