WIP dynamic fog + bugfixes + cleanup

This commit is contained in:
Anuken
2022-02-19 14:53:06 -05:00
parent 63eeaae22d
commit eaf96fcc86
22 changed files with 339 additions and 142 deletions

View File

@@ -23,10 +23,11 @@ public enum BlockFlag{
/** Blocks that extinguishes fires. */
extinguisher,
//single-block identifiers
//special, internal identifiers
launchPad,
unitCargoUnloadPoint,
unitAssembler;
unitAssembler,
hasFogRadius;
public final static BlockFlag[] all = values();