mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -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'
|
||||
elif zoneId in tutorialDict['exteriors']:
|
||||
where = 'street'
|
||||
elif zoneId == ToontownCentral:
|
||||
elif zoneId == ToontownCentral or zoneId == WelcomeValleyToken:
|
||||
where = 'playground'
|
||||
else:
|
||||
zoneUtilNotify.error('No known zone: ' + str(zoneId))
|
||||
|
|
|
@ -179,6 +179,7 @@ HoodHierarchy = {ToontownCentral: (SillyStreet, LoopyLane, PunchlinePlace),
|
|||
DaisyGardens: (ElmStreet, MapleStreet, OakStreet),
|
||||
DonaldsDreamland: (LullabyLane, PajamaPlace),
|
||||
GoofySpeedway: ()}
|
||||
WelcomeValleyToken = 0
|
||||
BossbotHQ = 10000
|
||||
BossbotLobby = 10100
|
||||
BossbotCountryClubIntA = 10500
|
||||
|
|
Loading…
Reference in a new issue