mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
funny farm stuff
This commit is contained in:
parent
ab3072fb84
commit
4fa3762300
2 changed files with 2 additions and 3 deletions
|
@ -34,8 +34,7 @@ class PetManagerAI:
|
|||
|
||||
self.seeds = {}
|
||||
for hood in (ToontownGlobals.ToontownCentral, ToontownGlobals.DonaldsDock, ToontownGlobals.DaisyGardens,
|
||||
ToontownGlobals.MinniesMelodyland, ToontownGlobals.TheBrrrgh, ToontownGlobals.DonaldsDreamland,
|
||||
ToontownGlobals.FunnyFarm):
|
||||
ToontownGlobals.MinniesMelodyland, ToontownGlobals.TheBrrrgh, ToontownGlobals.DonaldsDreamland):
|
||||
self.seeds[hood] = [seeds.pop() for _ in xrange(self.NUM_DAILY_PETS)]
|
||||
|
||||
self.seeds['day'] = getDayId()
|
||||
|
|
|
@ -122,7 +122,7 @@ TheBrrrgh = ('to', 'in', lTheBrrrgh)
|
|||
MinniesMelodyland = ('to', 'in', lMinniesMelodyland)
|
||||
DaisyGardens = ('to', 'in', lDaisyGardens)
|
||||
OutdoorZone = ('to', 'in', lOutdoorZone)
|
||||
FunnyFarm = ('to', 'in', 'The Unpainted Playground')
|
||||
FunnyFarm = ('to the', 'in the', 'Funny Farm')
|
||||
GoofySpeedway = ('to', 'in', lGoofySpeedway)
|
||||
DonaldsDreamland = ('to', 'in', lDonaldsDreamland)
|
||||
BossbotHQ = ('to', 'in', 'Bossbot HQ')
|
||||
|
|
Loading…
Reference in a new issue