reset top bank on hit

This commit is contained in:
Jonas Zeunert
2022-06-07 00:46:26 +02:00
parent d75474a3b2
commit f3ed0db12a
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class TopCentralBankEvent(BankEvent):
def trigger(self, target):
super().trigger(target)
self.gameState.currentPlayer.advanceRedSpecial()