This commit is contained in:
Ilya246
2022-06-14 04:49:13 +04:00
committed by GitHub
parent 1be8f11ec8
commit 58bfd0e46c
5 changed files with 7 additions and 5 deletions

View File

@@ -42,6 +42,8 @@ public class Rules{
public boolean coreCapture = false;
/** Whether reactors can explode and damage other blocks. */
public boolean reactorExplosions = true;
/** Whether to allow manual unit control. */
public boolean possessionAllowed = true;
/** Whether schematics are allowed. */
public boolean schematicsAllowed = true;
/** Whether friendly explosions can occur and set fire/damage other blocks. */