mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
ok
This commit is contained in:
parent
72b6ef5afd
commit
61bc7a974d
1 changed files with 2 additions and 2 deletions
|
@ -142,10 +142,10 @@ class DistributedBattleBldgAI(DistributedBattleBaseAI.DistributedBattleBaseAI):
|
|||
self.resumeLastActiveSuitDied = 0
|
||||
|
||||
def enterReservesJoining(self, ts=0):
|
||||
pass
|
||||
return None
|
||||
|
||||
def exitReservesJoining(self, ts=0):
|
||||
pass
|
||||
return None
|
||||
|
||||
def enterReward(self):
|
||||
self.timer.startCallback(FLOOR_REWARD_TIMEOUT, self.serverRewardDone)
|
||||
|
|
Loading…
Reference in a new issue