Power PR merged / Various bugfixes

Closes #288
This commit is contained in:
Anuken
2019-01-03 18:22:13 -05:00
58 changed files with 1158 additions and 549 deletions

View File

@@ -180,7 +180,7 @@ public class FortressGenerator{
Block block = tile.block();
if(block instanceof PowerTurret){
tile.entity.power.amount = block.powerCapacity;
tile.entity.power.satisfaction = 1.0f;
}else if(block instanceof ItemTurret){
ItemTurret turret = (ItemTurret)block;
AmmoType[] type = turret.getAmmoTypes();