mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
yay repo cleanup
This commit is contained in:
parent
3f55a00f0e
commit
ad09d429fb
368 changed files with 1156 additions and 1231 deletions
|
@ -32,7 +32,3 @@ print 'Encrypted string:', encoded
|
||||||
# decode the encoded string
|
# decode the encoded string
|
||||||
decoded = DecodeAES(cipher, encoded)
|
decoded = DecodeAES(cipher, encoded)
|
||||||
print 'Decrypted string:', decoded
|
print 'Decrypted string:', decoded
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,4 +73,3 @@ def words():
|
||||||
return "You are chopped liver"
|
return "You are chopped liver"
|
||||||
else:
|
else:
|
||||||
return wordString
|
return wordString
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
||||||
|
|
||||||
class AccountAI(DistributedObjectAI):
|
class AccountAI(DistributedObjectAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("AccountAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("AccountAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
||||||
|
|
||||||
class AccountUD(DistributedObjectUD):
|
class AccountUD(DistributedObjectUD):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("AccountUD")
|
notify = DirectNotifyGlobal.directNotify.newCategory("AccountUD")
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,3 @@ class DistributedDistrictUD(DistributedObjectUD):
|
||||||
|
|
||||||
def setAvailable(self, todo0):
|
def setAvailable(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ class DistributedInteractiveEntityAI(DistributedEntityAI):
|
||||||
|
|
||||||
def setState(self, todo0, todo1):
|
def setState(self, todo0, todo1):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -4902,5 +4902,3 @@ def bossCogFrontAttack(self):
|
||||||
force0.setActive(1)
|
force0.setActive(1)
|
||||||
f0.addForce(force0)
|
f0.addForce(force0)
|
||||||
self.addForceGroup(f0)
|
self.addForceGroup(f0)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,3 @@ class DistributedCJElevatorAI(DistributedBossElevatorAI.DistributedBossElevatorA
|
||||||
DistributedBossElevatorAI.DistributedBossElevatorAI.__init__(self, air, bldg, zone, antiShuffle=antiShuffle, minLaff=minLaff)
|
DistributedBossElevatorAI.DistributedBossElevatorAI.__init__(self, air, bldg, zone, antiShuffle=antiShuffle, minLaff=minLaff)
|
||||||
self.type = ELEVATOR_CJ
|
self.type = ELEVATOR_CJ
|
||||||
self.countdownTime = ElevatorData[self.type]['countdown']
|
self.countdownTime = ElevatorData[self.type]['countdown']
|
||||||
|
|
||||||
|
|
|
@ -69,4 +69,3 @@ class CatalogHouseItem(CatalogItem.CatalogItem):
|
||||||
|
|
||||||
def getAllHouses():
|
def getAllHouses():
|
||||||
return [CatalogHouseItem(i) for i in xrange(6)]
|
return [CatalogHouseItem(i) for i in xrange(6)]
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,3 @@ class CatalogManagerAI(DistributedObjectAI):
|
||||||
av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog)
|
av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog)
|
||||||
av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60))
|
av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60))
|
||||||
av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify)
|
av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify)
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,3 @@ class CatalogSurfaceItem(CatalogAtticItem.CatalogAtticItem):
|
||||||
|
|
||||||
def getDeliveryTime(self):
|
def getDeliveryTime(self):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ class DistributedSellbotHQDoorAI(DistributedCogHQDoorAI):
|
||||||
|
|
||||||
def informPlayer(self, todo0):
|
def informPlayer(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -79,5 +79,3 @@ class LaserGameAvoid(LaserGameBase.LaserGameBase):
|
||||||
self.funcSendGrid()
|
self.funcSendGrid()
|
||||||
|
|
||||||
return Task.done
|
return Task.done
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -65,5 +65,3 @@ class LaserGameBase:
|
||||||
|
|
||||||
def checkForWin(self):
|
def checkForWin(self):
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -167,5 +167,3 @@ class LaserGameMineSweeper(LaserGameBase.LaserGameBase):
|
||||||
|
|
||||||
|
|
||||||
return sum
|
return sum
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,5 +73,3 @@ class LaserGameRoll(LaserGameBase.LaserGameBase):
|
||||||
return 0
|
return 0
|
||||||
else:
|
else:
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -41,5 +41,3 @@ class LawOfficeLayout:
|
||||||
|
|
||||||
def getFloorIds(self):
|
def getFloorIds(self):
|
||||||
return self.floorIds
|
return self.floorIds
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,3 @@ class DistributedTimerAI(DistributedObjectAI):
|
||||||
|
|
||||||
def getStartTime(self):
|
def getStartTime(self):
|
||||||
return self.startTime
|
return self.startTime
|
||||||
|
|
||||||
|
|
|
@ -152,4 +152,3 @@ class DistributedPartyAI(DistributedObjectAI):
|
||||||
print 'REMOVE FROM PARTTY!'
|
print 'REMOVE FROM PARTTY!'
|
||||||
self.air.globalPartyMgr.d_toonLeftParty(self.info.get('partyId', 0), avId)
|
self.air.globalPartyMgr.d_toonLeftParty(self.info.get('partyId', 0), avId)
|
||||||
self.avIdsAtParty.remove(avId)
|
self.avIdsAtParty.remove(avId)
|
||||||
|
|
||||||
|
|
|
@ -78,4 +78,3 @@ class DistributedPartyActivityAI(DistributedObjectAI):
|
||||||
|
|
||||||
def showJellybeanReward(self, todo0, todo1, todo2):
|
def showJellybeanReward(self, todo0, todo1, todo2):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -67,4 +67,3 @@ class DistributedPartyCannonActivityAI(DistributedPartyActivityAI):
|
||||||
|
|
||||||
def updateToonTrajectoryStartVel(self, todo0, todo1, todo2, todo3):
|
def updateToonTrajectoryStartVel(self, todo0, todo1, todo2, todo3):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,3 @@ class DistributedPartyCogActivityAI(DistributedPartyTeamActivityAI):
|
||||||
|
|
||||||
def setHighScore(self, todo0, todo1):
|
def setHighScore(self, todo0, todo1):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyDanceActivityBaseAI import DistributedPart
|
||||||
|
|
||||||
class DistributedPartyDance20ActivityAI(DistributedPartyDanceActivityBaseAI):
|
class DistributedPartyDance20ActivityAI(DistributedPartyDanceActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyDance20ActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyDance20ActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyDanceActivityBaseAI import DistributedPart
|
||||||
|
|
||||||
class DistributedPartyDanceActivityAI(DistributedPartyDanceActivityBaseAI):
|
class DistributedPartyDanceActivityAI(DistributedPartyDanceActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyDanceActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyDanceActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPa
|
||||||
|
|
||||||
class DistributedPartyJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
class DistributedPartyJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyJukebox40ActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyJukebox40ActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,3 @@ class DistributedPartyJukeboxActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
||||||
def __init__(self, air, parent, activityTuple):
|
def __init__(self, air, parent, activityTuple):
|
||||||
DistributedPartyJukeboxActivityBaseAI.__init__(self, air, parent, activityTuple)
|
DistributedPartyJukeboxActivityBaseAI.__init__(self, air, parent, activityTuple)
|
||||||
self.music = PartyGlobals.PhaseToMusicData
|
self.music = PartyGlobals.PhaseToMusicData
|
||||||
|
|
||||||
|
|
|
@ -33,4 +33,3 @@ class DistributedPartyTeamActivityAI(DistributedPartyActivityAI):
|
||||||
|
|
||||||
def switchTeamRequestDenied(self, todo0):
|
def switchTeamRequestDenied(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -140,6 +140,3 @@ class DistributedPartyTrampolineActivityAI(DistributedPartyActivityAI, FSM):
|
||||||
self.air.writeServerEvent('suspicious',avId,'Toon tried to verify rules for someone else!')
|
self.air.writeServerEvent('suspicious',avId,'Toon tried to verify rules for someone else!')
|
||||||
return
|
return
|
||||||
self.demand('Active')
|
self.demand('Active')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,3 @@ class DistributedPartyTugOfWarActivityAI(DistributedPartyTeamActivityAI):
|
||||||
|
|
||||||
def updateToonPositions(self, todo0):
|
def updateToonPositions(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyDanceActivityBaseAI import DistributedPart
|
||||||
|
|
||||||
class DistributedPartyValentineDance20ActivityAI(DistributedPartyDanceActivityBaseAI):
|
class DistributedPartyValentineDance20ActivityAI(DistributedPartyDanceActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineDance20ActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineDance20ActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyDanceActivityBaseAI import DistributedPart
|
||||||
|
|
||||||
class DistributedPartyValentineDanceActivityAI(DistributedPartyDanceActivityBaseAI):
|
class DistributedPartyValentineDanceActivityAI(DistributedPartyDanceActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineDanceActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineDanceActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPa
|
||||||
|
|
||||||
class DistributedPartyValentineJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
class DistributedPartyValentineJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineJukebox40ActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineJukebox40ActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPa
|
||||||
|
|
||||||
class DistributedPartyValentineJukeboxActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
class DistributedPartyValentineJukeboxActivityAI(DistributedPartyJukeboxActivityBaseAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineJukeboxActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineJukeboxActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyTrampolineActivityAI import DistributedPar
|
||||||
|
|
||||||
class DistributedPartyValentineTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
class DistributedPartyValentineTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineTrampolineActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyValentineTrampolineActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyTrampolineActivityAI import DistributedPar
|
||||||
|
|
||||||
class DistributedPartyVictoryTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
class DistributedPartyVictoryTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyVictoryTrampolineActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyVictoryTrampolineActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyCatchActivityAI import DistributedPartyCat
|
||||||
|
|
||||||
class DistributedPartyWinterCatchActivityAI(DistributedPartyCatchActivityAI):
|
class DistributedPartyWinterCatchActivityAI(DistributedPartyCatchActivityAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterCatchActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterCatchActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyCogActivityAI import DistributedPartyCogAc
|
||||||
|
|
||||||
class DistributedPartyWinterCogActivityAI(DistributedPartyCogActivityAI):
|
class DistributedPartyWinterCogActivityAI(DistributedPartyCogActivityAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterCogActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterCogActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@ from toontown.parties.DistributedPartyTrampolineActivityAI import DistributedPar
|
||||||
|
|
||||||
class DistributedPartyWinterTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
class DistributedPartyWinterTrampolineActivityAI(DistributedPartyTrampolineActivityAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterTrampolineActivityAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyWinterTrampolineActivityAI")
|
||||||
|
|
||||||
|
|
|
@ -46,4 +46,3 @@ class DistributedGagAI(DistributedObjectAI):
|
||||||
|
|
||||||
def hitSomebody(self, avId, timestamp):
|
def hitSomebody(self, avId, timestamp):
|
||||||
self.requestDelete()
|
self.requestDelete()
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ class DistributedProjectileAI(DistributedObjectAI):
|
||||||
|
|
||||||
def hitSomebody(self, todo0, todo1):
|
def hitSomebody(self, todo0, todo1):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -169,4 +169,3 @@ class DistributedRacePadAI(DistributedKartPadAI, FSM):
|
||||||
def b_setTrackInfo(self, trackInfo):
|
def b_setTrackInfo(self, trackInfo):
|
||||||
self.setTrackInfo(trackInfo)
|
self.setTrackInfo(trackInfo)
|
||||||
self.d_setTrackInfo(trackInfo)
|
self.d_setTrackInfo(trackInfo)
|
||||||
|
|
||||||
|
|
|
@ -24,4 +24,3 @@ class DistributedViewPadAI(DistributedKartPadAI):
|
||||||
|
|
||||||
def updateTimer(self):
|
def updateTimer(self):
|
||||||
self.b_setLastEntered(globalClockDelta.getRealNetworkTime())
|
self.b_setLastEntered(globalClockDelta.getRealNetworkTime())
|
||||||
|
|
||||||
|
|
|
@ -670,6 +670,3 @@ class DistributedCheckersAI(DistributedNodeAI):
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -690,5 +690,3 @@ class DistributedChineseCheckersAI(DistributedNodeAI):
|
||||||
self.board.squareList[120].setState(0)
|
self.board.squareList[120].setState(0)
|
||||||
self.board.squareList[104].setState(1)
|
self.board.squareList[104].setState(1)
|
||||||
self.sendGameState([])
|
self.sendGameState([])
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -634,5 +634,3 @@ class DistributedFindFourAI(DistributedNodeAI):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -341,4 +341,3 @@ class DistributedPicnicTableAI(DistributedNodeAI):
|
||||||
|
|
||||||
def getTableIndex(self):
|
def getTableIndex(self):
|
||||||
return self._tableIndex
|
return self._tableIndex
|
||||||
|
|
|
@ -20,5 +20,3 @@ class MMPlayground(Playground.Playground):
|
||||||
|
|
||||||
def exitOnPiano(self):
|
def exitOnPiano(self):
|
||||||
base.localAvatar.b_setParent(ToontownGlobals.SPRender)
|
base.localAvatar.b_setParent(ToontownGlobals.SPRender)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,3 @@ class TTSafeZoneLoader(SafeZoneLoader.SafeZoneLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
SafeZoneLoader.SafeZoneLoader.unload(self)
|
SafeZoneLoader.SafeZoneLoader.unload(self)
|
||||||
del self.birdSound
|
del self.birdSound
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ class DeleteManagerAI(DistributedObjectAI):
|
||||||
|
|
||||||
def setInventory(self, todo0):
|
def setInventory(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ class DistributedGridGoonAI(DistributedGoonAI):
|
||||||
|
|
||||||
def setPathPts(self, todo0, todo1, todo2, todo3, todo4, todo5):
|
def setPathPts(self, todo0, todo1, todo2, todo3, todo4, todo5):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -51,4 +51,3 @@ suitProperties = {'f': (4.0 / cSize, SuitDNA.corpPolyColor, ['flunky', 'glasses'
|
||||||
'm': (5.75 / aSize, SuitDNA.salesPolyColor, ['twoface'], 'mingler.jpg', 7.61),
|
'm': (5.75 / aSize, SuitDNA.salesPolyColor, ['twoface'], 'mingler.jpg', 7.61),
|
||||||
'mh': (7.0 / aSize, SuitDNA.salesPolyColor, ['yesman'], '', 8.95),
|
'mh': (7.0 / aSize, SuitDNA.salesPolyColor, ['yesman'], '', 8.95),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -74,4 +74,3 @@ class DistributedSmartNPCAI(DistributedNPCToonBaseAI):
|
||||||
def response(self, response, sendTo):
|
def response(self, response, sendTo):
|
||||||
self.sendUpdate('respond', [self.npcId, response, sendTo])
|
self.sendUpdate('respond', [self.npcId, response, sendTo])
|
||||||
self.restartTask()
|
self.restartTask()
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,3 @@ class DDStreet(Street.Street):
|
||||||
def exit(self):
|
def exit(self):
|
||||||
Street.Street.exit(self)
|
Street.Street.exit(self)
|
||||||
self.loader.hood.setNoFog()
|
self.loader.hood.setNoFog()
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,3 @@ class DDTownLoader(TownLoader.TownLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
TownLoader.TownLoader.unload(self)
|
TownLoader.TownLoader.unload(self)
|
||||||
Suit.unloadSuits(2)
|
Suit.unloadSuits(2)
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,3 @@ class DGTownLoader(TownLoader.TownLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
TownLoader.TownLoader.unload(self)
|
TownLoader.TownLoader.unload(self)
|
||||||
Suit.unloadSuits(3)
|
Suit.unloadSuits(3)
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,3 @@ class DLTownLoader(TownLoader.TownLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
TownLoader.TownLoader.unload(self)
|
TownLoader.TownLoader.unload(self)
|
||||||
Suit.unloadSuits(3)
|
Suit.unloadSuits(3)
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,3 @@ class MMTownLoader(TownLoader.TownLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
TownLoader.TownLoader.unload(self)
|
TownLoader.TownLoader.unload(self)
|
||||||
Suit.unloadSuits(2)
|
Suit.unloadSuits(2)
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,3 @@ class TTTownLoader(TownLoader.TownLoader):
|
||||||
def unload(self):
|
def unload(self):
|
||||||
TownLoader.TownLoader.unload(self)
|
TownLoader.TownLoader.unload(self)
|
||||||
Suit.unloadSuits(1)
|
Suit.unloadSuits(1)
|
||||||
|
|
||||||
|
|
|
@ -128,4 +128,3 @@ class DistributedPartyManagerUD(DistributedObjectUD):
|
||||||
|
|
||||||
def mwResponseUdToAllAi(self, todo0, todo1, todo2, todo3):
|
def mwResponseUdToAllAi(self, todo0, todo1, todo2, todo3):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue