Files
wsmud/world/map/bj/ao/laofang.js
2026-05-26 16:41:20 +08:00

6 lines
343 B
JavaScript

this.inherits(ROOM);
this.name = "牢房"
this.desc = "这是一个昏暗的房间,窗户都被钉死。地上放着皮鞭、木棍等刑具,显然这是鳌拜私立公堂,审讯人犯的所在。一个书生被捆在墙上,鲜血淋漓,遍体鳞伤。";
this.exits = { "north": "bj/ao/houyuan" };
this.set_npc("bj/ao/zhuangyu");