Remove the old brutal stuff.

This commit is contained in:
Loudrob 2015-03-04 06:13:17 -05:00
parent 920f0920d2
commit 0ba41e2396
3 changed files with 0 additions and 28 deletions

View file

@ -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

View file

@ -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

View file

@ -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)