Files
wsmud/world/cmd/obj/recobj.js
2026-05-26 16:41:20 +08:00

8 lines
206 B
JavaScript

this.inherits(COMMAND);
this.command = "recobj";
//this.regex = /^(\w+)?(?:\s(\w+))?(?:\s(\w+))?$/;
this.enter = function (me, objid) {
return me.send('你没有可供恢复的道具和操作');
}