Scavengers: Add alias of ladder (#3688)

This commit is contained in:
CheeseMuffin 2017-06-23 15:18:08 -06:00 committed by Guangcong Luo
parent 46f97222d2
commit ca94b7d764

View File

@ -937,7 +937,7 @@ let commands = {
this.privateModCommand(`(${user.name} has reset the monthly scavengers ladder.)`);
},
top: 'ladder',
ladder: function (target, room, user) {
if (room.id !== 'scavengers') return this.errorReply("This command can only be used in the scavengers room.");
if (!this.runBroadcast()) return false;