v0.3.5a: fixed dieing to berserk with a blessed ankh recording a rankings entry when it shouldn't
This commit is contained in:
parent
f898df2c22
commit
deec9d2984
|
@ -50,7 +50,7 @@ public class Berserk extends Buff {
|
|||
target.SHLD -= Math.min(target.SHLD, 2);
|
||||
if (target.SHLD == 0) {
|
||||
target.die(this);
|
||||
Dungeon.fail(this.getClass());
|
||||
if (!target.isAlive()) Dungeon.fail(this.getClass());
|
||||
}
|
||||
} else {
|
||||
state = State.EXHAUSTED;
|
||||
|
|
Loading…
Reference in New Issue
Block a user