abort_spell(pl)
{
   pl->abort_spell();
   pl->uncheck_input();
   write("You aborted your spell\n");
}
