From f88ca1e2920b811653c1d87ce5e810c86f17aae7 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sat, 26 Jun 2021 21:15:24 -0400 Subject: [PATCH] Fixed a COOL!! bug in NX --- tetris/modes/phantom_mania_nx.lua | 2 ++ 1 file changed, 2 insertions(+) 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