diff --git a/tetris/modes/phantom_mania_nx.lua b/tetris/modes/phantom_mania_nx.lua index b5e5a88..9f9e82e 100644 --- a/tetris/modes/phantom_mania_nx.lua +++ b/tetris/modes/phantom_mania_nx.lua @@ -120,6 +120,11 @@ function PhantomManiaNXGame:advanceOneFrame() end return false elseif self.roll_frames > 3238 then + if self:qualifiesForGMRoll() then + self.roll_points = self.roll_points + 160 + else + self.roll_points = self.roll_points + 50 + end switchBGM(nil) self.completed = true end