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