@Override public void notice() { super.notice(); yell("GLURP-GLURP-GLUURRRRP!"); }
@Override public void notice() { super.notice(); yell("How dare you!"); }
@Override public void notice() { super.notice(); yell(String.format(Game.getVar(R.string.Tengu_Info2), Dungeon.hero.heroClass.title())); }