Curse you Loudrob

This commit is contained in:
Daniel 2015-03-29 17:17:34 +03:00
parent aeca29a278
commit 4881a40bc0

View file

@ -1621,7 +1621,7 @@ class DistributedBattleBaseAI(DistributedObjectAI.DistributedObjectAI, BattleBas
deadToons.append(activeToon)
self.notify.debug('AFTER ROUND: toon: %d setHp: %d' % (toon.doId, toon.hp))
if toon.unlimitedGags:
toon.doRestock(noUber=0, noPaid=0)
toon.doRestock(noUber=0)
for deadToon in deadToons:
self.__removeToon(deadToon)