coghq: you can complete factories now
This commit is contained in:
parent
b03e2d6171
commit
0a6b37ceb3
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
from pandac.PandaModules import *
|
from pandac.PandaModules import *
|
||||||
|
from libotp import *
|
||||||
from direct.interval.IntervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
from toontown.battle.BattleBase import *
|
from toontown.battle.BattleBase import *
|
||||||
from toontown.coghq import DistributedLevelBattle
|
from toontown.coghq import DistributedLevelBattle
|
||||||
|
|
|
@ -27,3 +27,9 @@ class QuestManagerAI:
|
||||||
|
|
||||||
def toonPlayedMinigame(self, toon, toons):
|
def toonPlayedMinigame(self, toon, toons):
|
||||||
pass # TODO
|
pass # TODO
|
||||||
|
|
||||||
|
def toonRecoveredCogSuitPart(self, av, zoneId, avList):
|
||||||
|
pass # TODO
|
||||||
|
|
||||||
|
def toonDefeatedFactory(self, toon, factoryId, activeVictors):
|
||||||
|
pass # TODO
|
||||||
|
|
Loading…
Reference in a new issue