init: add workspace files
This commit is contained in:
6
world/map/yz/ymzhengting.js
Normal file
6
world/map/yz/ymzhengting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "衙门正厅";
|
||||
this.desc = "堂上东西有两根楹住,挂着一幅对联,但是你无心细看。正墙上悬挂一个横匾,上书“正大光明”四个金光闪闪的大字。知府正坐在文案后批阅文书,师爷随侍在后";
|
||||
this.exits = { "south": "yz/yamen"};
|
||||
this.no_fight = true;
|
||||
this.set_npc('yz/cheng',"pub/hubu");
|
||||
Reference in New Issue
Block a user