v0.4.1: fixed poison kill messages not working with i18n
This commit is contained in:
@@ -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") );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user