init: add workspace files
This commit is contained in:
6
world/map/gaibang/andao4.js
Normal file
6
world/map/gaibang/andao4.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道"
|
||||
this.desc = "一条狭窄的地下秘密通道,笔直的朝东面延伸。通道的尽头有明亮的光线透进来。 ";
|
||||
this.exits = { "west": "gaibang/andao3", "up": "gaibang/xiaowu" };
|
||||
|
||||
////this.set_npc('gaibang/lu');
|
||||
Reference in New Issue
Block a user