init: add workspace files
This commit is contained in:
8
world/map/huashan/jueding.js
Normal file
8
world/map/huashan/jueding.js
Normal file
@@ -0,0 +1,8 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "华山绝顶"
|
||||
this.desc = "这里是华山最高一座山峰,登上此处,峰顶四周云雾飘渺,仿佛置身大海,众山犹如海中小岛,环绕着主峰,仿如一朵盛开的莲花。";
|
||||
this.exits = { "down": "huashan/luoyan" };
|
||||
|
||||
this.add_action('wqcy2', '修炼', function (me) {
|
||||
WORLD.COMMANDS.wqcy.enter(me);
|
||||
});
|
||||
Reference in New Issue
Block a user