Example #1
0
 @Override
 public void setMiscText(String newText) {
   super.setMiscText(newText);
   secretWord = StdWand.getWandWord(newText);
 }