Fixed a COOL!! bug in NX

pull/4/head
Ishaan Bhardwaj 2021-06-26 21:15:24 -04:00
parent 49748745b7
commit f88ca1e292
1 changed files with 2 additions and 0 deletions

View File

@ -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