From b014a7d5682f01291dd31ea78b345b4b00dad2b5 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 16 Jul 2015 14:02:37 +0300 Subject: [PATCH] Revert "Added back ~unlimitedgags" This reverts commit 68907397a746cce48950f0cb0f4744d1f2d6859c. --- toontown/battle/DistributedBattleBaseAI.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/toontown/battle/DistributedBattleBaseAI.py b/toontown/battle/DistributedBattleBaseAI.py index 33612a81..d511b62c 100755 --- a/toontown/battle/DistributedBattleBaseAI.py +++ b/toontown/battle/DistributedBattleBaseAI.py @@ -1634,8 +1634,6 @@ class DistributedBattleBaseAI(DistributedObjectAI.DistributedObjectAI, BattleBas toon.inventory.zeroInv(1) deadToons.append(activeToon) self.notify.debug('AFTER ROUND: toon: %d setHp: %d' % (toon.doId, toon.hp)) - if toon.unlimitedGags: - toon.doRestock(noUber=0) for deadToon in deadToons: self.__removeToon(deadToon)