init: add workspace files
This commit is contained in:
8
world/map/shashou/datang.js
Normal file
8
world/map/shashou/datang.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "大厅";
|
||||
this.desc = "走进杀手楼迎面是一个宽阔的大堂,这里看上去好像没几个人,但你却觉得好像被无处不在的视线注视着。正中一块匾额,上书:替天刑法";
|
||||
this.exits = {
|
||||
"up": "shashou/ange1", "south": "shashou/damen"
|
||||
};
|
||||
//this.set_npc('shashou/her');
|
||||
Reference in New Issue
Block a user