6 lines
444 B
JavaScript
6 lines
444 B
JavaScript
this.inherits(ROOM);
|
|
this.name = "客厅"
|
|
this.desc = "这是华山掌门岳不群的居所「有所不为轩」,此处是前厅,厅上挂着「正气堂」三字匾额。厅中很宽敞,却没什么摆设,靠墙放着两把交椅,这里是岳不群议事、授徒的地方,后面是寝室。";
|
|
this.exits = { "south": "huashan/lianwu", "north": "huashan/woshi", "east": "huashan/pianting" };
|
|
|
|
//this.set_npc("huashan/yuebuqun");
|