diff --git a/toontown/coghq/DistributedBattleFactory.py b/toontown/coghq/DistributedBattleFactory.py index dc4870e..0da3bec 100644 --- a/toontown/coghq/DistributedBattleFactory.py +++ b/toontown/coghq/DistributedBattleFactory.py @@ -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 diff --git a/toontown/quest/QuestManagerAI.py b/toontown/quest/QuestManagerAI.py index 1aa581e..9d7c967 100644 --- a/toontown/quest/QuestManagerAI.py +++ b/toontown/quest/QuestManagerAI.py @@ -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