mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-01-27 10:41:19 +01:00
Added VERYLOW and VERYHIGH boss health values. VERYHIGH replaces PSYCHO, and PSYCHO is even more psycho. Thanks to ACStache.
This commit is contained in:
parent
41258a1b02
commit
be1adba3b8
@ -4,7 +4,7 @@ import com.garbagemule.MobArena.waves.WaveUtils;
|
||||
|
||||
public enum BossHealth
|
||||
{
|
||||
LOW(8), MEDIUM(15), HIGH(25), PSYCHO(40);
|
||||
VERYLOW(4), LOW(8), MEDIUM(15), HIGH(25), VERYHIGH(40), PSYCHO(60);
|
||||
private int multiplier;
|
||||
|
||||
private BossHealth(int multiplier) {
|
||||
|
Loading…
Reference in New Issue
Block a user