Zone changes

This commit is contained in:
Anuken
2019-07-23 11:45:46 -04:00
parent 5a594f7d9a
commit 52374ce06d
13 changed files with 66 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ public class Rules{
/** Whether the game objective is PvP. Note that this enables automatic hosting. */
public boolean pvp;
/** Whether enemy units drop random items on death. */
public boolean unitDrops;
public boolean unitDrops = true;
/** How fast unit pads build units. */
public float unitBuildSpeedMultiplier = 1f;
/** How much health units start with. */