mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Change unset to f for jumble.
This commit is contained in:
parent
996802396c
commit
5cf28bae82
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue