Fire rule

This commit is contained in:
Anuken
2020-08-25 12:59:15 -04:00
parent a98dc0b31f
commit 51e4b10437
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ public class Rules{
public boolean reactorExplosions = true;
/** Whether friendly explosions can occur and set fire/damage other blocks. */
public boolean damageExplosions = true;
/** Whether fire is enabled. */
public boolean fire = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;
/** How fast unit pads build units. */