init: add workspace files
This commit is contained in:
6
world/map/bj/tdh/andao1.js
Normal file
6
world/map/bj/tdh/andao1.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道";
|
||||
this.desc = "这是一条黑漆漆的地道,曲曲折折地通向前方。两边都是土墙,隐约可以听到上面脚底落地的声音。空气中弥漫着潮湿的泥土气息,令人感到十分凉爽。一个道人站在这里,守卫着上面的两个出口。";
|
||||
this.exits = { "up": "bj/tdh/neishi", "west": "bj/tdh/andao" };
|
||||
|
||||
this.set_npc("bj/tdh/xuan");
|
||||
Reference in New Issue
Block a user