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