init: add workspace files
This commit is contained in:
8
world/map/bj/shenlong/dadao.js
Normal file
8
world/map/bj/shenlong/dadao.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "大道";
|
||||
this.desc = "这是一条宽敞的大道。全由乱石堆成,显然曾花了不少人力。东面是一个宽阔的练武场, 西边是一片开阔地。";
|
||||
this.set_npc("bj/shenlong/xu");
|
||||
this.exits = { "west": "bj/shenlong/kongdi", "east": "bj/shenlong/wuchang" };
|
||||
|
||||
Reference in New Issue
Block a user