Change unset to f for jumble.

This commit is contained in:
Alexander 2015-08-26 18:13:12 -04:00
parent 996802396c
commit 5cf28bae82

View file

@ -4965,7 +4965,7 @@ def track(command, track, value=None):
return 'Invalid command.' return 'Invalid command.'
@magicWord(category=CATEGORY_ADMINISTRATOR, types=[str, str]) @magicWord(category=CATEGORY_ADMINISTRATOR, types=[str, str])
def suit(command, suitName = 'unset'): def suit(command, suitName = 'f'):
invoker = spellbook.getInvoker() invoker = spellbook.getInvoker()
command = command.lower() command = command.lower()
if suitName not in SuitDNA.suitHeadTypes: if suitName not in SuitDNA.suitHeadTypes: