Disable world processor rule

This commit is contained in:
Anuken
2022-05-05 20:36:11 -04:00
parent 60fb2e537f
commit f7175540f8
4 changed files with 6 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ public class Rules{
public float unitDamageMultiplier = 1f;
/** Whether to allow units to build with logic. */
public boolean logicUnitBuild = true;
/** If true, world processors no longer update. Used for testing. */
public boolean disableWorldProcessors = false;
/** How much health blocks start with. */
public float blockHealthMultiplier = 1f;
/** How much damage blocks (turrets) deal. */