Bugfixes, balancing

This commit is contained in:
Anuken
2022-02-12 23:24:40 -05:00
parent 907dc7a1e3
commit cb86156b49
5 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public class Rules{
/** Whether this is the editor gamemode. */
public boolean editor = false;
/** Whether a gameover can happen at all. Set this to false to implement custom gameover conditions. */
public boolean canGameOver = false;
public boolean canGameOver = true;
/** Whether cores change teams when they are destroyed. */
public boolean coreCapture = false;
/** Whether reactors can explode and damage other blocks. */