Fixed T2 tanks in 2nd map
This commit is contained in:
@@ -68,9 +68,12 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
transient float payloadRotation;
|
||||
transient String lastAccessed;
|
||||
transient boolean wasDamaged; //used only by the indexer
|
||||
transient boolean wasVisible; //used only by the block renderer when fog is on (TODO replace with discovered check?)
|
||||
transient float visualLiquid;
|
||||
|
||||
/** TODO Each bit corresponds to a team ID. Only 64 are supported. */
|
||||
transient long visibleFlags;
|
||||
transient boolean wasVisible; //used only by the block renderer when fog is on (TODO replace with discovered check?)
|
||||
|
||||
transient boolean enabled = true;
|
||||
transient @Nullable Building lastDisabler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user