init: add workspace files
This commit is contained in:
5
world/map/bj/ao/laofang.js
Normal file
5
world/map/bj/ao/laofang.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "牢房"
|
||||
this.desc = "这是一个昏暗的房间,窗户都被钉死。地上放着皮鞭、木棍等刑具,显然这是鳌拜私立公堂,审讯人犯的所在。一个书生被捆在墙上,鲜血淋漓,遍体鳞伤。";
|
||||
this.exits = { "north": "bj/ao/houyuan" };
|
||||
this.set_npc("bj/ao/zhuangyu");
|
||||
Reference in New Issue
Block a user