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

9 lines
316 B
JavaScript

this.inherits(ROOM);
this.name = "大道";
this.desc = "这是一条宽敞的大道。全由乱石堆成,显然曾花了不少人力。东面是一个宽阔的练武场, 西边是一片开阔地。";
this.set_npc("bj/shenlong/xu");
this.exits = { "west": "bj/shenlong/kongdi", "east": "bj/shenlong/wuchang" };