#include <mudlib.h>
inherit ROOM;
void reset(status arg) {
  if (arg) return;
  set_short( "Wrath's Demon Tower");
set_long(
"This is Wrath's study in his Demon Tower.  I warn you not to touch anything\n"
"for his name is not Wrath for nothing. It is here that he conducts his dark\n"
"arts.\n");
  set_weather(5, 5, 5);
  set_exits (({"room/city/square", "square",
               "room/city/post", "post"}));
}