Cleanup
This commit is contained in:
@@ -1590,7 +1590,7 @@ public class UnitTypes implements ContentList{
|
||||
}};
|
||||
|
||||
sei = new UnitType("sei"){{
|
||||
health = 10200;
|
||||
health = 10500;
|
||||
armor = 12f;
|
||||
|
||||
speed = 0.73f;
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user