Random dunno
This commit is contained in:
@@ -3,12 +3,12 @@ from solenoids.BottomRightBankSolenoid import BottomRightBankSolenoid
|
||||
|
||||
|
||||
class BottomRightBankEvent(BankEvent):
|
||||
def __init__(self, playerState):
|
||||
super().__init__(BottomRightBankSolenoid(), "Bottom Right Bank Event", playerState)
|
||||
def __init__(self, gameState):
|
||||
super().__init__(BottomRightBankSolenoid(), "Bottom Right Bank Event", gameState)
|
||||
|
||||
def trigger(self, target):
|
||||
super().trigger(target)
|
||||
playerState = self.playerState
|
||||
playerState = self.gameState.playerState
|
||||
playerState.advanceRightOrangeSpecial()
|
||||
if playerState.upperPlayfieldTime < 30:
|
||||
playerState.advanceUpperPlayfieldTime()
|
||||
|
||||
Reference in New Issue
Block a user