init: add workspace files
This commit is contained in:
6
world/map/bj/tdh/andao2.js
Normal file
6
world/map/bj/tdh/andao2.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道";
|
||||
this.desc = "终于走出了暗道,你长长的舒了一口气。北边是天地会青木堂的大厅,明亮的灯光让人感到无比温暖。";
|
||||
|
||||
this.exits = { "east": "bj/tdh/andao", "north": "bj/tdh/dating" };
|
||||
this.set_npc("bj/tdh/wu");
|
||||
Reference in New Issue
Block a user