Added rule for editing world processors in-game
This commit is contained in:
@@ -85,6 +85,8 @@ public class Rules{
|
||||
public boolean ghostBlocks = true;
|
||||
/** Whether to allow units to build with logic. */
|
||||
public boolean logicUnitBuild = true;
|
||||
/** If true, world processors can be edited and placed on this map. */
|
||||
public boolean allowEditWorldProcessors = false;
|
||||
/** If true, world processors no longer update. Used for testing. */
|
||||
public boolean disableWorldProcessors = false;
|
||||
/** How much health blocks start with. */
|
||||
|
||||
Reference in New Issue
Block a user