mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 06:31:42 +07:00
This commit is contained in:
parent
c4a92aba38
commit
f89e69b2f6
@ -55,6 +55,8 @@ public class ContinuousLiquidTurret extends ContinuousTurret{
|
||||
//}
|
||||
});
|
||||
|
||||
ammoTypes.each((item, type) -> placeOverlapRange = Math.max(placeOverlapRange, range + type.rangeChange + placeOverlapMargin));
|
||||
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,8 @@ public class ItemTurret extends Turret{
|
||||
}
|
||||
});
|
||||
|
||||
ammoTypes.each((item, type) -> placeOverlapRange = Math.max(placeOverlapRange, range + type.rangeChange + placeOverlapMargin));
|
||||
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
@ -53,6 +53,8 @@ public class LiquidTurret extends Turret{
|
||||
}
|
||||
});
|
||||
|
||||
ammoTypes.each((item, type) -> placeOverlapRange = Math.max(placeOverlapRange, range + type.rangeChange + placeOverlapMargin));
|
||||
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user