From 5cf28bae828180a99bf3de6a41edff83a94f89a6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 26 Aug 2015 18:13:12 -0400 Subject: [PATCH] Change unset to f for jumble. --- toontown/toon/DistributedToonAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: