and yet again

This commit is contained in:
Flameshadowxeroshin
2010-12-21 11:05:34 -06:00
parent 3df8a05963
commit 58f787bcd1
+1 -1
View File
@@ -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