mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Remove the old brutal stuff.
This commit is contained in:
parent
920f0920d2
commit
0ba41e2396
3 changed files with 0 additions and 28 deletions
|
@ -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
|
|
@ -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
|
|
@ -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)
|
Loading…
Reference in a new issue