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
@@ -168,7 +168,7 @@ public class Tengu extends Mob {
@Override
public void notice() {
super.notice();
yell( "Gotcha, " + Dungeon.hero.heroClass.title() + "!" );
yell( "Gotcha, " + Dungeon.hero.givenName() + "!" );
}
@Override