Derelict repair rule

This commit is contained in:
Anuken
2023-10-30 21:01:04 -04:00
parent 9f88d895ad
commit 968fa2f9b1
4 changed files with 6 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ public class Rules{
public boolean attackMode = false;
/** Whether this is the editor gamemode. */
public boolean editor = false;
/** Whether blocks can be repaired by clicking them. */
public boolean derelictRepair = true;
/** Whether a gameover can happen at all. Set this to false to implement custom gameover conditions. */
public boolean canGameOver = true;
/** Whether cores change teams when they are destroyed. */