mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
rental suits
This commit is contained in:
parent
1813fd2f6a
commit
f0ac25e0f9
2 changed files with 2 additions and 28 deletions
|
@ -2,7 +2,7 @@
|
||||||
from pandac.PandaModules import *
|
from pandac.PandaModules import *
|
||||||
|
|
||||||
|
|
||||||
hashVal = 4186269798L
|
hashVal = 2068698464
|
||||||
|
|
||||||
|
|
||||||
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.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
|
||||||
|
|
|
@ -11652,29 +11652,7 @@ NPCToonDict = {20000: (-1,
|
||||||
0),
|
0),
|
||||||
'f',
|
'f',
|
||||||
0,
|
0,
|
||||||
NPC_LAFF_RESTOCK),
|
NPC_LAFF_RESTOCK)}
|
||||||
# Magic Cat SOS
|
|
||||||
# 5 Stars, Sound SOS, Bikehorn 255 damage. "The Bikehorn of Death".
|
|
||||||
91917: (-1,
|
|
||||||
lnames[91917],
|
|
||||||
('css',
|
|
||||||
'ms',
|
|
||||||
'm',
|
|
||||||
'm',
|
|
||||||
26,
|
|
||||||
0,
|
|
||||||
26,
|
|
||||||
26,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
0,
|
|
||||||
10,
|
|
||||||
1),
|
|
||||||
'm',
|
|
||||||
0,
|
|
||||||
NPC_REGULAR)}
|
|
||||||
|
|
||||||
if config.GetBool('want-new-toonhall', 1):
|
if config.GetBool('want-new-toonhall', 1):
|
||||||
NPCToonDict[2001] = (2513,
|
NPCToonDict[2001] = (2513,
|
||||||
|
@ -11799,10 +11777,6 @@ HQnpcFriends = {2001: (ToontownBattleGlobals.HEAL_TRACK,
|
||||||
5,
|
5,
|
||||||
80,
|
80,
|
||||||
5),
|
5),
|
||||||
91917: (ToontownBattleGlobals.SOUND_TRACK,
|
|
||||||
0,
|
|
||||||
255,
|
|
||||||
5),
|
|
||||||
4219: (ToontownBattleGlobals.SOUND_TRACK,
|
4219: (ToontownBattleGlobals.SOUND_TRACK,
|
||||||
5,
|
5,
|
||||||
50,
|
50,
|
||||||
|
|
Loading…
Reference in a new issue