Neoplasia reactor

This commit is contained in:
Anuken
2022-08-02 21:26:15 -04:00
parent 859baec744
commit a54907583b
22 changed files with 225 additions and 27 deletions

View File

@@ -47,7 +47,7 @@ public class Rules{
public boolean schematicsAllowed = true;
/** Whether friendly explosions can occur and set fire/damage other blocks. */
public boolean damageExplosions = true;
/** Whether fire is enabled. */
/** Whether fire (and neoplasm spread) is enabled. */
public boolean fire = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;