Files
wsmud/world/map/yz/zhengting.js
2026-05-26 16:41:20 +08:00

6 lines
326 B
JavaScript

this.inherits(ROOM);
this.name = "镖局正厅"
this.desc = "这里是福威镖局的正厅,几只太师椅一字排开,正中央坐着总镖头,手持烟袋杆正在闭目沉思。墙上挂着几幅字画和一把宝剑。";
this.exits = { "north": "yz/biaoju" };
this.set_npc("yz/linzhennan");
this.no_fight = true;