From 5ee2c86eabe34dcbe8743d5ee5c878144644676a Mon Sep 17 00:00:00 2001 From: Loudrob Date: Wed, 18 Mar 2015 12:51:52 -0400 Subject: [PATCH] MW: Fixed unlimitedGags --- toontown/toon/DistributedToonAI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index d6ba7e66..9715bd8b 100644 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -139,6 +139,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.savedCheesyExpireTime = 0 self.ghostMode = 0 self.immortalMode = 0 + self.unlimitedGags = 0 self.numPies = 0 self.pieType = 0 self._isGM = False