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

9 lines
268 B
JavaScript

this.inherits(ROOM);
this.name = "山道";
this.desc = "这是一条狭窄的山道,向着北方一座山峰行去.转过了几个山坡,抬头遥见峰顶建着几座大竹屋。";
this.exits = { "south": "bj/shenlong/wuchang", "north": "bj/shenlong/damen" };