init: add workspace files
This commit is contained in:
9
world/map/shashou/damen.js
Normal file
9
world/map/shashou/damen.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "大门";
|
||||
this.desc = "这里是神秘的杀手楼总部,一座隐蔽的小楼隐藏在云雾之中,小楼看上去不大,却如一柄出鞘的利剑让你不寒而栗,门口站着两个守卫谨慎的打量着你。";
|
||||
this.exits = {
|
||||
"north": "shashou/datang"
|
||||
};
|
||||
|
||||
//this.set_npc('shashou/shashou');
|
||||
Reference in New Issue
Block a user