mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Don't print out attacks everytime
This commit is contained in:
parent
fc1a9d8368
commit
915eff2373
1 changed files with 2 additions and 2 deletions
|
@ -575,10 +575,10 @@ class DistributedBattleBase(DistributedNode.DistributedNode, BattleBase):
|
|||
def setChosenToonAttacks(self, ids, tracks, levels, targets):
|
||||
if self.__battleCleanedUp:
|
||||
return
|
||||
print 'setChosenToonAttacks() - (%s), (%s), (%s), (%s)' % (ids,
|
||||
self.notify.debug('setChosenToonAttacks() - (%s), (%s), (%s), (%s)' % (ids,
|
||||
tracks,
|
||||
levels,
|
||||
targets)
|
||||
targets))
|
||||
toonIndices = []
|
||||
targetIndices = []
|
||||
unAttack = 0
|
||||
|
|
Loading…
Reference in a new issue