mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-03 06:01:27 +01:00
Yet another hotfix
This commit is contained in:
parent
2ce02c9169
commit
d927c147ec
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -90,7 +90,7 @@ public abstract class AbstractWave implements Wave
|
||||
|
||||
// Boost health
|
||||
int health = (int) Math.min(150D, e.getHealth() * healthMultiplier);
|
||||
e.setHealth(Math.min(1, health));
|
||||
e.setHealth(Math.max(1, health));
|
||||
|
||||
// Grab a random target.
|
||||
if (e instanceof Creature)
|
||||
|
Loading…
Reference in New Issue
Block a user