Very much done
This commit is contained in:
@@ -3,6 +3,11 @@ from solenoids.TopCentralBankSolenoid import TopCentralBankSolenoid
|
||||
|
||||
|
||||
class TopCentralBankEvent(BankEvent):
|
||||
def __init__(self):
|
||||
super().__init__(TopCentralBankSolenoid(), "Top Central Bank Event")
|
||||
def __init__(self, playerState):
|
||||
super().__init__(TopCentralBankSolenoid(), "Top Central Bank Event", playerState)
|
||||
|
||||
|
||||
def trigger(self, target):
|
||||
self.playerState().advanceRedSpecial()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user