init: add workspace files
This commit is contained in:
6
world/map/emei/liangong.js
Normal file
6
world/map/emei/liangong.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "练功房"
|
||||
this.desc = "这里是峨眉派弟子的练功房,虽然简陋,但布置极为用心,还有些女人家的零碎物件,靠墙放了几个蒲团供人打坐练功。";
|
||||
this.exits = { "east": "emei/zoulang2" };
|
||||
|
||||
this.set_npc('pub/muren');
|
||||
Reference in New Issue
Block a user