This commit is contained in:
Anuken
2021-02-08 09:25:46 -05:00
parent 292f771eb1
commit 2edec90dfb
6 changed files with 61 additions and 54 deletions

View File

@@ -1590,7 +1590,7 @@ public class UnitTypes implements ContentList{
}};
sei = new UnitType("sei"){{
health = 10200;
health = 10500;
armor = 12f;
speed = 0.73f;

View File

@@ -558,7 +558,6 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
if(ofract < fract) transferLiquid(other, (fract - ofract) * block.liquidCapacity / scaling, liquid);
}
}
}
public boolean canDumpLiquid(Building to, Liquid liquid){