block schematics

This commit is contained in:
J-VdS
2020-08-19 16:11:00 +02:00
parent 66c0c9baa2
commit fe18222c6c
4 changed files with 5 additions and 1 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 schematics are allowed */
public boolean schematicAllowed = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;
/** How fast unit pads build units. */