init: add workspace files
This commit is contained in:
8
world/map/bj/shenlong/xiaowu.js
Normal file
8
world/map/bj/shenlong/xiaowu.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "小屋";
|
||||
this.desc = "一进小屋,只见墙上挂满了无数名贵的字画。书架上也堆满了平时难得一见的各种各样的书籍。一个相貌英武的中年文士正对着一幅字画唉声叹气。";
|
||||
this.set_npc("bj/shenlong/lu");
|
||||
this.exits = { "south": "bj/shenlong/kongdi" };
|
||||
|
||||
Reference in New Issue
Block a user