mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 07:29:03 -06:00
added points for surviving the roll
how'd we forget such an important feature of this mode
This commit is contained in:
parent
c7926b2843
commit
2ddb800882
@ -118,6 +118,11 @@ function PhantomManiaNXGame:advanceOneFrame()
|
|||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
elseif self.roll_frames > 3238 then
|
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)
|
switchBGM(nil)
|
||||||
self.completed = true
|
self.completed = true
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user