init: add workspace files
This commit is contained in:
5
world/map/emei/xiaowu.js
Normal file
5
world/map/emei/xiaowu.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "小屋"
|
||||
this.desc = "这是一间清幽的小屋,屋内摆设比较简单,除几种常用的桌椅外,在中间墙壁上挂了一张『踏雪图』";
|
||||
this.exits = { "south": "emei/zoulang4" };
|
||||
//this.set_npc("emei/zhouzhiruo");
|
||||
Reference in New Issue
Block a user