Revert "Added back ~unlimitedgags"

This reverts commit 68907397a7.
This commit is contained in:
John 2015-07-16 14:02:37 +03:00
parent 4ede0ed72d
commit b014a7d568

View file

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