mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
They have access to ~allSummons anyway so...
This commit is contained in:
parent
6a2a335828
commit
d536ca4ec4
1 changed files with 1 additions and 1 deletions
|
@ -4925,7 +4925,7 @@ def track(command, track, value=None):
|
||||||
return 'Set the experience of the %s track to: %d!' % (track, value)
|
return 'Set the experience of the %s track to: %d!' % (track, value)
|
||||||
return 'Invalid command.'
|
return 'Invalid command.'
|
||||||
|
|
||||||
@magicWord(category=CATEGORY_ADMINISTRATOR, types=[str, str])
|
@magicWord(category=CATEGORY_DEVELOPER, types=[str, str])
|
||||||
def suit(command, suitName):
|
def suit(command, suitName):
|
||||||
invoker = spellbook.getInvoker()
|
invoker = spellbook.getInvoker()
|
||||||
command = command.lower()
|
command = command.lower()
|
||||||
|
|
Loading…
Reference in a new issue