Files
wsmud/world/obj/sp/new/mutou.js
2026-05-26 16:41:20 +08:00

7 lines
140 B
JavaScript

this.inherits(OBJ);
this.set({
unit: "块",
name: "木头",
desc: "木头人身上掉下来的一块木头",
value: 0
});