mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
Merge branch 'master' of https://gitlab.com/ToontownUnited/src
This commit is contained in:
commit
40a74a02eb
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue