mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Scavengers plugin: update /startofficialhunt
Remove the moderator+ restriction
This commit is contained in:
parent
0f86aa59d2
commit
e89f06c664
|
|
@ -41,7 +41,6 @@ exports.commands = {
|
|||
return this.errorReply('You must specify three hints and three answers.');
|
||||
}
|
||||
if (cmd === 'startofficialhunt') {
|
||||
if (!this.can('ban', null, room)) return false;
|
||||
scavengers.blitz = setTimeout(function () {
|
||||
scavengers.blitz = null;
|
||||
}, 60000);
|
||||
|
|
@ -144,7 +143,7 @@ exports.commands = {
|
|||
'<br />' +
|
||||
'<strong>Staff commands:</strong><br />' +
|
||||
'- /starthunt <em>hint, answer, hint, answer, hint, answer</em> - Start a new scavenger hunt (Requires: % @ # & ~)<br />' +
|
||||
'- /startofficialhunt <em>hint, answer, hint, answer, hint, answer</em> - Start an official hunt with 60 seconds blitz period (Requires: @ # & ~)<br />' +
|
||||
'- /startofficialhunt <em>hint, answer, hint, answer, hint, answer</em> - Start an official hunt with 60 seconds blitz period (Requires: % @ # & ~)<br />' +
|
||||
'- /endhunt - Finish the current hunt and announce the winners (Requires: % @ # & ~)<br />' +
|
||||
'- /resethunt - Reset the scavenger hunt to mint status (Requires: % @ # & ~)'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user