This commit is contained in:
Jonas Zeunert
2022-06-02 21:28:44 +02:00
parent 3d2008dc4d
commit cfdcbcb5bd
17 changed files with 28 additions and 28 deletions

View File

@@ -8,8 +8,8 @@ class RedSpecialEvent(SpecialEvent):
def trigger(self, target):
super().trigger(target)
if self.gameState.redSpecialLit:
if self.gameState.currentPlayer.redSpecialLit:
config.RED_SPECIAL(self)
self.gameState.resetRedSpecial()
self.gameState.currentPlayer.resetRedSpecial()