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

5 lines
357 B
JavaScript

this.inherits(ROOM);
this.name = "木板路"
this.desc = "这是一条用木板铺成的小道,虽然不是很长,但是却看得出铺得十分细心,连一些细微的疏忽也注意到了。道路两旁好种着一些奇花异树,使过路人有心旷神怡的感觉。";
this.exits = { "north": "xiaoyao/linjian", "south": "xiaoyao/muwu3" };