hopefully the last fix for now.

This commit is contained in:
Flameshadowxeroshin
2010-12-21 11:12:39 -06:00
parent 58f787bcd1
commit c17b6445a9
+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()+scoreLookupTable[params.TapNoteScore]+comboBonusForThisStep);
end;
-----------------------------------------------------------
--DDR SuperNOVA(-esque) scoring