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

View File

@@ -122,6 +122,6 @@ public class Poison extends Buff implements Hero.Doom {
Badges.validateDeathFromPoison();
Dungeon.fail( getClass() );
GLog.n( "You died from poison..." );
GLog.n( Messages.get(this, "ondeath") );
}
}