mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Misc stuff
This commit is contained in:
parent
e3a76a4bbf
commit
aeed161e9a
2 changed files with 1 additions and 3 deletions
|
@ -401,8 +401,6 @@ class DistributedToon(DistributedPlayer.DistributedPlayer, Toon.Toon, Distribute
|
|||
self.defaultShard = shard
|
||||
|
||||
def setDefaultZone(self, zoneId):
|
||||
if zoneId >= 20000 and zoneId < 22000:
|
||||
zoneId = zoneId + 2000
|
||||
if ZoneUtil.getCanonicalHoodId(zoneId) == ToontownGlobals.FunnyFarm:
|
||||
self.defaultZone = ToontownGlobals.ToontownCentral
|
||||
return
|
||||
|
|
|
@ -208,7 +208,7 @@ MyEstate = 16000
|
|||
GolfZone = 17000
|
||||
PartyHood = 18000
|
||||
HoodsAlwaysVisited = [17000, 18000]
|
||||
DynamicZonesBegin = 22000
|
||||
DynamicZonesBegin = 22001
|
||||
DynamicZonesEnd = 1 << 20
|
||||
cogDept2index = {'c': 0,
|
||||
'l': 1,
|
||||
|
|
Loading…
Reference in a new issue