diff --git a/Themes/default/Scripts/04 SpecialScoring.lua b/Themes/default/Scripts/04 SpecialScoring.lua index 887b25479b..2071262844 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()+scoreForThisStep+comboBonusForThisStep); end; ----------------------------------------------------------- --DDR SuperNOVA(-esque) scoring