v0.2.3: more NPCs now use hero's given name.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user