// changan wusheng
// baiyu0.c

inherit ROOM;
#include <room.h>

void create ()
{
  set ("short", "三星洞");
  set ("long", @LONG

洞内红光闪闪，阵阵兽鸣在洞内回荡，丝丝腥味催人欲晕。
LONG);

  set("exits", ([ /* sizeof() == 3 */
  "north": __DIR__"huoyun5",
  "northeast": __DIR__"huoyun1",
  "northwest": __DIR__"huoyun"+sprintf("%d",random(20)),
  "out" : __DIR__"huoyunwai",
]));

  set("no_clean_up", 1);
  setup();
}
int clean_up()
{
      return 0;
}
