This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user