diff --git a/tetris/modes/phantom_mania_nx.lua b/tetris/modes/phantom_mania_nx.lua index c35b8ae..acac4af 100644 --- a/tetris/modes/phantom_mania_nx.lua +++ b/tetris/modes/phantom_mania_nx.lua @@ -232,6 +232,8 @@ function PhantomManiaNXGame:updateSectionTimes(old_level, new_level) self.last_section_cool = true self.coolregret_message = "COOL!!" self.coolregret_timer = 300 + else + self.last_section_cool = false end end end