mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-30 16:27:54 +00:00
10/10 voltage
This commit is contained in:
parent
c269969ab9
commit
8434bc8fce
1 changed files with 3 additions and 3 deletions
|
@ -200,8 +200,8 @@ buildingMinMax = {
|
|||
config.GetInt('lullaby-lane-building-max', 12)],
|
||||
ToontownGlobals.PajamaPlace: [config.GetInt('pajama-place-building-min', 6),
|
||||
config.GetInt('pajama-place-building-max', 12)],
|
||||
ToontownGlobals.RockAByeRoad: [config.GetInt('rock-a-bye-road-building-min', 6),
|
||||
config.GetInt('rock-a-bye-road-building-max', 12)],
|
||||
ToontownGlobals.BedtimeBoulevard: [config.GetInt('bedtime-boulevard-building-min', 6),
|
||||
config.GetInt('bedtime-boulevard-building-max', 12)],
|
||||
ToontownGlobals.SellbotHQ: [0, 0],
|
||||
ToontownGlobals.SellbotFactoryExt: [0, 0],
|
||||
ToontownGlobals.CashbotHQ: [0, 0],
|
||||
|
@ -227,7 +227,7 @@ buildingChance = {
|
|||
ToontownGlobals.PolarPlace: config.GetFloat('polar-place-building-chance', 100.0),
|
||||
ToontownGlobals.LullabyLane: config.GetFloat('lullaby-lane-building-chance', 100.0),
|
||||
ToontownGlobals.PajamaPlace: config.GetFloat('pajama-place-building-chance', 100.0),
|
||||
ToontownGlobals.RockAByeRoad: config.GetFloat('rock-a-bye-road-building-chance', 100.0),
|
||||
ToontownGlobals.BedtimeBoulevard: config.GetFloat('bedtime-boulevard-building-chance', 100.0),
|
||||
ToontownGlobals.SellbotHQ: 0.0,
|
||||
ToontownGlobals.SellbotFactoryExt: 0.0,
|
||||
ToontownGlobals.CashbotHQ: 0.0,
|
||||
|
|
Loading…
Reference in a new issue