This commit is contained in:
Jonas Zeunert
2022-09-03 15:11:13 +02:00
parent d6afc37e3a
commit 4d4529011c

View File

@@ -20,6 +20,6 @@ class OrangeSpecialEvent(SpecialEvent):
if self.gameState.currentPlayer.orangeSpecialLit: if self.gameState.currentPlayer.orangeSpecialLit:
#config.ORANGE_SPECIAL(self) #config.ORANGE_SPECIAL(self)
self.bonus_time() self.gameState.currentPlayer.addBonusTimeSecond()
self.gameState.currentPlayer.resetOrangeSpecial() self.gameState.currentPlayer.resetOrangeSpecial()