mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fixed pet trick data in battle.
This commit is contained in:
parent
0c5fb238cb
commit
6b4329d263
1 changed files with 1 additions and 0 deletions
|
@ -1134,6 +1134,7 @@ class DistributedBattleBaseAI(DistributedObjectAI.DistributedObjectAI, BattleBas
|
|||
petProxy.setFatigue(pet.getFatigue())
|
||||
petProxy.setAnger(pet.getAnger())
|
||||
petProxy.setSurprise(pet.getSurprise())
|
||||
petProxy.setTrickAptitudes(pet.getTrickAptitudes())
|
||||
pet.requestDelete()
|
||||
def deleted(task):
|
||||
petProxy.doNotDeallocateChannel = True
|
||||
|
|
Loading…
Reference in a new issue