coghq: you can complete factories now

This commit is contained in:
John Cote 2020-01-08 23:38:58 -05:00
parent b03e2d6171
commit 0a6b37ceb3
2 changed files with 7 additions and 0 deletions

View file

@ -1,4 +1,5 @@
from pandac.PandaModules import *
from libotp import *
from direct.interval.IntervalGlobal import *
from toontown.battle.BattleBase import *
from toontown.coghq import DistributedLevelBattle

View file

@ -27,3 +27,9 @@ class QuestManagerAI:
def toonPlayedMinigame(self, toon, toons):
pass # TODO
def toonRecoveredCogSuitPart(self, av, zoneId, avList):
pass # TODO
def toonDefeatedFactory(self, toon, factoryId, activeVictors):
pass # TODO