v0.9.1b: fixed 'death from viscosity' badge not appearing in rankings

This commit is contained in:
Evan Debenham 2020-12-20 21:21:25 -05:00
parent 0e6e1c6982
commit 0ab2cf3cc3

View File

@ -134,10 +134,10 @@ public class Viscosity extends Glyph {
target.damage( damageThisTick, this );
if (target == Dungeon.hero && !target.isAlive()) {
Badges.validateDeathFromGlyph();
Dungeon.fail( getClass() );
GLog.n( Messages.get(this, "ondeath") );
Badges.validateDeathFromGlyph();
}
spend( TICK );