diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index 2c535f4a..2def54f5 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -4965,7 +4965,7 @@ def track(command, track, value=None): return 'Invalid command.' @magicWord(category=CATEGORY_ADMINISTRATOR, types=[str, str]) -def suit(command, suitName = 'unset'): +def suit(command, suitName = 'f'): invoker = spellbook.getInvoker() command = command.lower() if suitName not in SuitDNA.suitHeadTypes: