the last one for specialscoring for today.

This commit is contained in:
Flameshadowxeroshin
2010-12-21 11:41:29 -06:00
parent c17b6445a9
commit a1dde32aa8
+1 -1
View File
@@ -31,7 +31,7 @@ end;
r[3] = function(params, pss)
local scoreLookupTable = { ['TapNoteScore_W1']=777, ['TapNoteScore_W2']=777, ['TapNoteScore_W3']=555 };
setmetatable(scoreLookupTable, ZeroIfNotFound);
local comboBonusForThisStep = pss:GetCurCombo()*333;
local comboBonusForThisStep = pss:GetCurrentCombo()*333;
pss:SetScore(pss:GetScore()+scoreLookupTable[params.TapNoteScore]+comboBonusForThisStep);
end;
-----------------------------------------------------------