v0.2.3: more NPCs now use hero's given name.

This commit is contained in:
Evan Debenham
2015-01-03 22:31:22 -05:00
parent 872199b43e
commit 1b97a95892
4 changed files with 11 additions and 10 deletions
@@ -143,7 +143,7 @@ public class King extends Mob {
Badges.validateBossSlain();
yell( "You cannot kill me, " + Dungeon.hero.heroClass.title() + "... I am... immortal..." );
yell( "You cannot kill me, " + Dungeon.hero.givenName() + "... I am... immortal..." );
}
private int maxArmySize() {