From 920f0920d2b97a491d51b9ead4d891c9fedc4417 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Wed, 4 Mar 2015 05:56:19 -0500 Subject: [PATCH] Zach's toon.dc --- astron/dclass/toon.dc | 4 ++-- otp/distributed/DCClassImports.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astron/dclass/toon.dc b/astron/dclass/toon.dc index 458c6e1a..e9cec278 100644 --- a/astron/dclass/toon.dc +++ b/astron/dclass/toon.dc @@ -145,7 +145,7 @@ from toontown.coghq import LobbyManager/AI from otp.level import DistributedLevel/AI from otp.level import DistributedEntity/AI from otp.level import DistributedInteractiveEntity/AI -from toontown.coghq import DistributedBrutalFactory/AI +from toontown.coghq import DistributedMegaCorp/AI from toontown.coghq import DistributedFactory/AI from toontown.coghq import DistributedLawOffice/AI from toontown.coghq import DistributedLawOfficeFloor/AI @@ -2210,7 +2210,7 @@ dclass DistributedFactory : DistributedLevel { setDefeated() broadcast ram; }; -dclass DistributedBrutalFactory: DistributedFactory { +dclass DistributedMegaCorp: DistributedFactory { }; dclass DistributedLawOffice : DistributedObject { diff --git a/otp/distributed/DCClassImports.py b/otp/distributed/DCClassImports.py index 9f896460..feba0418 100644 --- a/otp/distributed/DCClassImports.py +++ b/otp/distributed/DCClassImports.py @@ -2,7 +2,7 @@ from pandac.PandaModules import * -hashVal = 1048097661 +hashVal = 580988815 from toontown.cogdominium import DistributedCogdoInterior, DistributedCogdoBattleBldg, DistributedCogdoElevatorExt, DistributedCogdoElevatorInt, DistributedCogdoBarrel, DistCogdoGame, DistCogdoLevelGame, DistCogdoBoardroomGame, DistCogdoCraneGame, DistCogdoMazeGame, DistCogdoFlyingGame, DistCogdoCrane, DistCogdoCraneMoneyBag, DistCogdoCraneCog @@ -20,7 +20,7 @@ from otp.web import SettingsMgr from toontown.ai.DistributedTrashcanZeroMgr import DistributedTrashcanZeroMgr from toontown.uberdog.DistributedMailManager import DistributedMailManager from otp.chat import ChatAgent -from toontown.coghq import DistributedCashbotBossSafe, DistributedCashbotBossCrane, DistributedBattleFactory, DistributedCashbotBossTreasure, DistributedCogHQDoor, DistributedSellbotHQDoor, DistributedFactoryElevatorExt, DistributedMintElevatorExt, DistributedLawOfficeElevatorExt, DistributedLawOfficeElevatorInt, LobbyManager, DistributedBrutalFactory, DistributedFactory, DistributedLawOffice, DistributedLawOfficeFloor, DistributedLift, DistributedDoorEntity, DistributedSwitch, DistributedButton, DistributedTrigger, DistributedCrushableEntity, DistributedCrusherEntity, DistributedStomper, DistributedStomperPair, DistributedLaserField, DistributedGolfGreenGame, DistributedSecurityCamera, DistributedMover, DistributedElevatorMarker, DistributedBarrelBase, DistributedGagBarrel, DistributedBeanBarrel, DistributedHealBarrel, DistributedGrid, ActiveCell, DirectionalCell, CrusherCell, DistributedCrate, DistributedSinkingPlatform, BattleBlocker, DistributedMint, DistributedMintRoom, DistributedMintBattle, DistributedStage, DistributedStageRoom, DistributedStageBattle, DistributedLawbotBossGavel, DistributedLawbotCannon, DistributedLawbotChair, DistributedCogKart, DistributedCountryClub, DistributedCountryClubRoom, DistributedMoleField, DistributedCountryClubBattle, DistributedMaze, DistributedFoodBelt, DistributedBanquetTable, DistributedGolfSpot +from toontown.coghq import DistributedCashbotBossSafe, DistributedCashbotBossCrane, DistributedBattleFactory, DistributedCashbotBossTreasure, DistributedCogHQDoor, DistributedSellbotHQDoor, DistributedFactoryElevatorExt, DistributedMintElevatorExt, DistributedLawOfficeElevatorExt, DistributedLawOfficeElevatorInt, LobbyManager, DistributedMegaCorp, DistributedFactory, DistributedLawOffice, DistributedLawOfficeFloor, DistributedLift, DistributedDoorEntity, DistributedSwitch, DistributedButton, DistributedTrigger, DistributedCrushableEntity, DistributedCrusherEntity, DistributedStomper, DistributedStomperPair, DistributedLaserField, DistributedGolfGreenGame, DistributedSecurityCamera, DistributedMover, DistributedElevatorMarker, DistributedBarrelBase, DistributedGagBarrel, DistributedBeanBarrel, DistributedHealBarrel, DistributedGrid, ActiveCell, DirectionalCell, CrusherCell, DistributedCrate, DistributedSinkingPlatform, BattleBlocker, DistributedMint, DistributedMintRoom, DistributedMintBattle, DistributedStage, DistributedStageRoom, DistributedStageBattle, DistributedLawbotBossGavel, DistributedLawbotCannon, DistributedLawbotChair, DistributedCogKart, DistributedCountryClub, DistributedCountryClubRoom, DistributedMoleField, DistributedCountryClubBattle, DistributedMaze, DistributedFoodBelt, DistributedBanquetTable, DistributedGolfSpot from toontown.uberdog.DistributedCpuInfoMgr import DistributedCpuInfoMgr from toontown.uberdog import TTSpeedchatRelay from toontown.parties.GlobalPartyManager import GlobalPartyManager