From c17b6445a9e2441dbbc3cbc5ffa7129e4028adba Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 21 Dec 2010 11:12:39 -0600 Subject: [PATCH] hopefully the last fix for now. --- Themes/default/Scripts/04 SpecialScoring.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/Scripts/04 SpecialScoring.lua b/Themes/default/Scripts/04 SpecialScoring.lua index 2071262844..537ab8381c 100644 --- a/Themes/default/Scripts/04 SpecialScoring.lua +++ b/Themes/default/Scripts/04 SpecialScoring.lua @@ -32,7 +32,7 @@ r[3] = function(params, pss) local scoreLookupTable = { ['TapNoteScore_W1']=777, ['TapNoteScore_W2']=777, ['TapNoteScore_W3']=555 }; setmetatable(scoreLookupTable, ZeroIfNotFound); local comboBonusForThisStep = pss:GetCurCombo()*333; - pss:SetScore(pss:GetScore()+scoreForThisStep+comboBonusForThisStep); + pss:SetScore(pss:GetScore()+scoreLookupTable[params.TapNoteScore]+comboBonusForThisStep); end; ----------------------------------------------------------- --DDR SuperNOVA(-esque) scoring