init: add workspace files
This commit is contained in:
8
world/map/huashan/zhenyue.js
Normal file
8
world/map/huashan/zhenyue.js
Normal file
@@ -0,0 +1,8 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "镇岳宫"
|
||||
this.desc = "这里是华山的镇岳宫,也是华山派的大门,这里地势略为平坦,林木繁茂,苍松插天,溪水环绕,甚是清雅。有几个华山派的弟子在这里守着。";
|
||||
this.exits = {
|
||||
"eastup": "huashan/canglong", "westup": "huashan/shanlu"
|
||||
};
|
||||
|
||||
//this.set_npc("huashan/gaogenming");
|
||||
Reference in New Issue
Block a user