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

9 lines
340 B
JavaScript

this.inherits(ROOM);
this.name = "小屋";
this.desc = "一进小屋,只见墙上挂满了无数名贵的字画。书架上也堆满了平时难得一见的各种各样的书籍。一个相貌英武的中年文士正对着一幅字画唉声叹气。";
this.set_npc("bj/shenlong/lu");
this.exits = { "south": "bj/shenlong/kongdi" };