inherit "/obj/monster";
void setup()
  {
  set_name("Shalagha");
  set_short("Shalagha");
add_alias("shalagha");
   set_long("The dwarven female that stands before you is Shalagha, "
      "the high priestess of Sharindlar.  She is attending to the many "
      "sick and dead that occupy this hospital.  She goes about her "
      "work with a smile, content that she is doing the best she can "
      "to help all those in need. \n");
  set_race("dwarf");
  set_gender(2);
  set_guild("tempus");
  set_level(7);
} /* setup */
void dest_me()
  {
  ::dest_me();
}