Random dunno

This commit is contained in:
Jonas Zeunert
2022-06-02 21:22:03 +02:00
parent 65873496f6
commit 3d2008dc4d
21 changed files with 72 additions and 72 deletions

View File

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