diff --git a/toontown/coghq/BrutalFactoryInterior.py b/toontown/coghq/BrutalFactoryInterior.py deleted file mode 100644 index f440e3e3..00000000 --- a/toontown/coghq/BrutalFactoryInterior.py +++ /dev/null @@ -1,9 +0,0 @@ -from direct.directnotify import DirectNotifyGlobal -import FactoryInterior - -class BrutalFactoryInterior(FactoryInterior.FactoryInterior): - notify = DirectNotifyGlobal.directNotify.newCategory('FactoryInterior') - - def __init__(self, loader, parentFSM, doneEvent): - FactoryInterior.FactoryInterior.__init__(self, loader, parentFSM, doneEvent) - self.zoneId = ToontownGlobals.SellbotBrutalFactoryInt diff --git a/toontown/coghq/DistributedBrutalFactory.py b/toontown/coghq/DistributedBrutalFactory.py deleted file mode 100644 index 68bab42b..00000000 --- a/toontown/coghq/DistributedBrutalFactory.py +++ /dev/null @@ -1,11 +0,0 @@ -from direct.directnotify import DirectNotifyGlobal -import DistributedFactory - -class DistributedBrutalFactory(DistributedFactory.DistributedFactory): - notify = DirectNotifyGlobal.directNotify.newCategory('DistributedBrutalFactory') - - def __init__(self, cr): - DistributedFactory.DistributedFactory.__init__(self, cr) - - def getFloorOuchLevel(self): - return 8 diff --git a/toontown/coghq/DistributedBrutalFactoryAI.py b/toontown/coghq/DistributedBrutalFactoryAI.py deleted file mode 100644 index b4acb8f8..00000000 --- a/toontown/coghq/DistributedBrutalFactoryAI.py +++ /dev/null @@ -1,8 +0,0 @@ -from direct.directnotify import DirectNotifyGlobal -import DistributedFactoryAI - -class DistributedBrutalFactoryAI(DistributedFactoryAI.DistributedFactoryAI): - notify = DirectNotifyGlobal.directNotify.newCategory('DistributedBrutalFactoryAI') - - def __init__(self, air, factoryId, zoneId, entranceId, avIds): - DistributedFactoryAI.DistributedFactoryAI.__init__(self, air, factoryId, zoneId, entranceId, avIds) \ No newline at end of file