From 0a6b37ceb32edb2f3ad4864ec0baab4ebab2105a Mon Sep 17 00:00:00 2001 From: John Cote Date: Wed, 8 Jan 2020 23:38:58 -0500 Subject: [PATCH] coghq: you can complete factories now --- toontown/coghq/DistributedBattleFactory.py | 1 + toontown/quest/QuestManagerAI.py | 6 ++++++ 2 files changed, 7 insertions(+) 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