init: add workspace files
This commit is contained in:
6
world/map/wd/liangong.js
Normal file
6
world/map/wd/liangong.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "练功房"
|
||||
this.desc = "这是树林中的一间石屋,屋内显得什么清净和简朴,房间中并没有什么特别的摆设在这里,不会受到任何东西的骚扰,是个修炼内功的好地方。";
|
||||
this.exits = { "east": "wd/shijie1" };
|
||||
|
||||
this.set_npc('pub/muren');
|
||||
Reference in New Issue
Block a user