Added VERYLOW and VERYHIGH boss health values. VERYHIGH replaces PSYCHO, and PSYCHO is even more psycho. Thanks to ACStache.

This commit is contained in:
garbagemule 2012-03-30 03:04:50 +02:00
parent 41258a1b02
commit be1adba3b8

View File

@ -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) {