From 68907397a746cce48950f0cb0f4744d1f2d6859c Mon Sep 17 00:00:00 2001 From: jp187187 Date: Tue, 14 Jul 2015 11:38:58 -0700 Subject: [PATCH] Added back ~unlimitedgags --- toontown/battle/DistributedBattleBaseAI.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toontown/battle/DistributedBattleBaseAI.py b/toontown/battle/DistributedBattleBaseAI.py index d511b62c..33612a81 100755 --- a/toontown/battle/DistributedBattleBaseAI.py +++ b/toontown/battle/DistributedBattleBaseAI.py @@ -1634,6 +1634,8 @@ 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)