inherit "/std/guild";
void setup()
{
  set_name("mage");
  set_short("mage");
  set_long(
   "Mages are the most powerful magic-users on "
   "Magisk Jord.  Their power lays in quickness of thought "
   "and powerful spells rather than hand to hand fighting "
   "ability.  They favor the power of  the Arcane and have "
   "no desire for the 'barbaric' forms of combat.\n"); 
  reset_get();
}
void create()
  {
  ::create();
}
string query_spell_directory() { return "/std/spells/wizard/"; }
void on_death(object player, object killer) {
}