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

5 lines
132 B
JavaScript

this.inherits(ROOM);
this.name = "仓库"
this.desc = "这里是专门存放追随者的仓库。";
this.max_item_count = 10000;