This commit is contained in:
John Cote 2015-04-28 00:25:12 -04:00
commit 40a74a02eb

View file

@ -1090,6 +1090,7 @@ class DistributedBattleBase(DistributedNode.DistributedNode, BattleBase):
def __handleLocalToonBattleEvent(self, response): def __handleLocalToonBattleEvent(self, response):
mode = response['mode'] mode = response['mode']
print(response)
noAttack = 0 noAttack = 0
if mode == 'Attack': if mode == 'Attack':
self.notify.debug('got an attack') self.notify.debug('got an attack')