Files
wsmud/world/map/wd/wulao.js
2026-05-26 16:41:20 +08:00

4 lines
373 B
JavaScript

this.inherits(ROOM);
this.name = "五老峰"
this.desc = "你走在五老峰的山路上,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
this.exits = { "southdown": "wd/wuya", "northup": "wd/hutou" };