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

4 lines
356 B
JavaScript

this.inherits(ROOM);
this.name = "寝室"
this.desc = "这里是岳不群的寝室,岳不群在江湖上人称「君子剑」,他虽为一大派掌门,可他的卧室却布置的很简单。除了一张床,几只箱子,墙角有张化妆台,只有靠墙一张红木书桌还显得略有气派。";
this.exits = { "south": "huashan/keting" };