init: add workspace files
This commit is contained in:
5
world/map/bj/zhuang/xiaolu2.js
Normal file
5
world/map/bj/zhuang/xiaolu2.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "小路"
|
||||
this.desc = "你走在一条小路上。前面道路崎岖,行人很少。前方隐约有房屋可见.";
|
||||
this.exits={"north":"bj/zhuang/damen","south":"bj/zhuang/xiaolu"};
|
||||
this.set_npc("bj/zhuang/tufei");
|
||||
Reference in New Issue
Block a user