mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Boarding parties fixed
This commit is contained in:
parent
c04b4967fb
commit
3ff23f8656
2 changed files with 1 additions and 6 deletions
|
@ -86,7 +86,7 @@ class DistributedMintElevatorExt(DistributedElevatorExt.DistributedElevatorExt):
|
||||||
def setMintInteriorZoneForce(self, zoneId):
|
def setMintInteriorZoneForce(self, zoneId):
|
||||||
place = self.cr.playGame.getPlace()
|
place = self.cr.playGame.getPlace()
|
||||||
if place:
|
if place:
|
||||||
place.fsm.request('elevator', [self, 1])
|
place.fsm.request('elevator', [self])
|
||||||
hoodId = self.cr.playGame.hood.hoodId
|
hoodId = self.cr.playGame.hood.hoodId
|
||||||
mintId = self.mintId
|
mintId = self.mintId
|
||||||
if bboard.has('mintIdOverride'):
|
if bboard.has('mintIdOverride'):
|
||||||
|
|
|
@ -112,11 +112,6 @@ class ToonBase(OTPBase.OTPBase):
|
||||||
if cogdoGameSafezoneId != -1:
|
if cogdoGameSafezoneId != -1:
|
||||||
self.cogdoGameSafezoneId = cogdoGameSafezoneId
|
self.cogdoGameSafezoneId = cogdoGameSafezoneId
|
||||||
ToontownBattleGlobals.SkipMovie = self.config.GetBool('skip-battle-movies', 0)
|
ToontownBattleGlobals.SkipMovie = self.config.GetBool('skip-battle-movies', 0)
|
||||||
self.creditCardUpFront = self.config.GetInt('credit-card-up-front', -1)
|
|
||||||
if self.creditCardUpFront == -1:
|
|
||||||
del self.creditCardUpFront
|
|
||||||
else:
|
|
||||||
self.creditCardUpFront = self.creditCardUpFront != 0
|
|
||||||
self.housingEnabled = self.config.GetBool('want-housing', 1)
|
self.housingEnabled = self.config.GetBool('want-housing', 1)
|
||||||
self.cannonsEnabled = self.config.GetBool('estate-cannons', 0)
|
self.cannonsEnabled = self.config.GetBool('estate-cannons', 0)
|
||||||
self.fireworksEnabled = self.config.GetBool('estate-fireworks', 0)
|
self.fireworksEnabled = self.config.GetBool('estate-fireworks', 0)
|
||||||
|
|
Loading…
Reference in a new issue