init: add workspace files
This commit is contained in:
5
world/map/bj/zhuang/dayuan.js
Normal file
5
world/map/bj/zhuang/dayuan.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "大院"
|
||||
this.desc = "这是一个破旧的大院。院内十分宽阔,可容百人。正中一口天井,再往里是座大厅。";
|
||||
this.exits={"north":"bj/zhuang/dating","south":"bj/zhuang/damen"};
|
||||
this.set_npc(["bj/shenlong/dizi",2]);
|
||||
Reference in New Issue
Block a user