way down in westmoreland where the sensi come from
This commit is contained in:
@@ -79,6 +79,6 @@ r['MIGS'] = function(params,pss)
|
|||||||
curScore = curScore + ( pss:GetTapNoteScores(k) * v );
|
curScore = curScore + ( pss:GetTapNoteScores(k) * v );
|
||||||
end;
|
end;
|
||||||
curScore = curScore + ( pss:GetHoldNoteScores('HoldNoteScore_Held') * 6 );
|
curScore = curScore + ( pss:GetHoldNoteScores('HoldNoteScore_Held') * 6 );
|
||||||
pss:SetScore(clamp(curScore,0,math.big));
|
pss:SetScore(clamp(curScore,0,math.huge));
|
||||||
end;
|
end;
|
||||||
SpecialScoring = r;
|
SpecialScoring = r;
|
||||||
|
|||||||
Reference in New Issue
Block a user