From d3ddcca5c80ea87e2dce8bf6f5ef3cc63a6754fd Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Fri, 7 Oct 2011 01:05:36 +0000 Subject: [PATCH] make migs scoring work again --- Themes/_fallback/Scripts/04 Scoring.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/_fallback/Scripts/04 Scoring.lua b/Themes/_fallback/Scripts/04 Scoring.lua index 294defcfe8..314c63ce55 100644 --- a/Themes/_fallback/Scripts/04 Scoring.lua +++ b/Themes/_fallback/Scripts/04 Scoring.lua @@ -358,6 +358,7 @@ r['MIGS'] = function(params,pss) curScore = curScore + ( pss:GetTapNoteScores(k) * v ); end; curScore = math.max(0,curScore + ( pss:GetHoldNoteScores('HoldNoteScore_Held') * 6 )); + pss:SetScore(curScore); end; --------------------------------------------------------------