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