mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 04:32:33 -06:00
Tutorial fix
This commit is contained in:
parent
f024e9b7a6
commit
6573d40c91
2 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,7 @@ def getWhereName(zoneId, isToon):
|
||||||
where = 'toonInterior'
|
where = 'toonInterior'
|
||||||
elif zoneId in tutorialDict['exteriors']:
|
elif zoneId in tutorialDict['exteriors']:
|
||||||
where = 'street'
|
where = 'street'
|
||||||
elif zoneId == ToontownCentral:
|
elif zoneId == ToontownCentral or zoneId == WelcomeValleyToken:
|
||||||
where = 'playground'
|
where = 'playground'
|
||||||
else:
|
else:
|
||||||
zoneUtilNotify.error('No known zone: ' + str(zoneId))
|
zoneUtilNotify.error('No known zone: ' + str(zoneId))
|
||||||
|
|
|
@ -179,6 +179,7 @@ HoodHierarchy = {ToontownCentral: (SillyStreet, LoopyLane, PunchlinePlace),
|
||||||
DaisyGardens: (ElmStreet, MapleStreet, OakStreet),
|
DaisyGardens: (ElmStreet, MapleStreet, OakStreet),
|
||||||
DonaldsDreamland: (LullabyLane, PajamaPlace),
|
DonaldsDreamland: (LullabyLane, PajamaPlace),
|
||||||
GoofySpeedway: ()}
|
GoofySpeedway: ()}
|
||||||
|
WelcomeValleyToken = 0
|
||||||
BossbotHQ = 10000
|
BossbotHQ = 10000
|
||||||
BossbotLobby = 10100
|
BossbotLobby = 10100
|
||||||
BossbotCountryClubIntA = 10500
|
BossbotCountryClubIntA = 10500
|
||||||
|
|
Loading…
Reference in a new issue