Added back ~unlimitedgags

This commit is contained in:
jp187187 2015-07-14 11:38:58 -07:00
parent 5b2f6ce816
commit 68907397a7

View file

@ -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)