v0.4.1: fixed poison kill messages not working with i18n

This commit is contained in:
Evan Debenham
2016-06-26 17:16:22 -04:00
parent 8884114442
commit f116ba38bd
@@ -122,6 +122,6 @@ public class Poison extends Buff implements Hero.Doom {
Badges.validateDeathFromPoison(); Badges.validateDeathFromPoison();
Dungeon.fail( getClass() ); Dungeon.fail( getClass() );
GLog.n( "You died from poison..." ); GLog.n( Messages.get(this, "ondeath") );
} }
} }