diff --git a/config.py b/config.py index e3a0032..047cc00 100644 --- a/config.py +++ b/config.py @@ -25,6 +25,6 @@ RED_SPECIAL_TIMES = 1 ORANGE_SPECIAL = SpecialEvent.points ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"] ## Tech config -WAIT_TIME_TO_RESET_SECONDS = 0.2 +WAIT_TIME_TO_RESET_SECONDS = 0.15 MAX_NETWORK_RETRIES = 10 NETWORK_SLEEP_TIME_SECONDS = 0.1 diff --git a/events/TopCentralBankEvent.py b/events/TopCentralBankEvent.py index e983e6d..de8c547 100644 --- a/events/TopCentralBankEvent.py +++ b/events/TopCentralBankEvent.py @@ -8,6 +8,7 @@ class TopCentralBankEvent(BankEvent): def trigger(self, target): + super().trigger(target) self.gameState.currentPlayer.advanceRedSpecial()