private void ChangeSpell(ISpell resSpell, Wizard wizardNode)
 {
     spell = resSpell;
     ClearEffects();
     effects = spell.GetUIHints(wizardNode);
     world.AddEffects(effects);
 }