Block explosion damage rule

This commit is contained in:
Anuken
2020-08-25 12:46:41 -04:00
parent 7239c2cf08
commit da360f54e9
4 changed files with 22 additions and 17 deletions

View File

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