init: add workspace files
This commit is contained in:
6
world/map/huashan/keting.js
Normal file
6
world/map/huashan/keting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "客厅"
|
||||
this.desc = "这是华山掌门岳不群的居所「有所不为轩」,此处是前厅,厅上挂着「正气堂」三字匾额。厅中很宽敞,却没什么摆设,靠墙放着两把交椅,这里是岳不群议事、授徒的地方,后面是寝室。";
|
||||
this.exits = { "south": "huashan/lianwu", "north": "huashan/woshi", "east": "huashan/pianting" };
|
||||
|
||||
//this.set_npc("huashan/yuebuqun");
|
||||
Reference in New Issue
Block a user