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

8 lines
346 B
JavaScript

this.inherits(ROOM);
this.name = "大厅";
this.desc = "走进杀手楼迎面是一个宽阔的大堂,这里看上去好像没几个人,但你却觉得好像被无处不在的视线注视着。正中一块匾额,上书:替天刑法";
this.exits = {
"up": "shashou/ange1", "south": "shashou/damen"
};
//this.set_npc('shashou/her');