Esempio n. 1
0
 @Override
 public void setSpell(Ability theSpell) {
   miscText = "";
   if (theSpell != null) miscText = theSpell.ID();
   secretWord = StdWand.getWandWord(miscText);
 }
Esempio n. 2
0
 @Override
 public void setMiscText(String newText) {
   super.setMiscText(newText);
   secretWord = StdWand.getWandWord(newText);
 }