Unit control improvements / Larger max map size

This commit is contained in:
Anuken
2022-02-16 00:23:07 -05:00
parent 3dccacae3d
commit fbf0fec135
12 changed files with 74 additions and 55 deletions

View File

@@ -71,10 +71,6 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
transient boolean wasDamaged; //used only by the indexer
transient float visualLiquid;
//TODO bad system
transient @Nullable Liquid filterConsLiquid;
transient @Nullable Item filterConsItem;
@Nullable PowerModule power;
@Nullable ItemModule items;
@Nullable LiquidModule liquids;