off by one

This commit is contained in:
AJ Kelly
2011-08-05 18:53:12 -05:00
parent d74adaca73
commit 76a167d91b
+2 -1
View File
@@ -214,7 +214,8 @@ r['DDR SuperNOVA 2'] = function(params, pss)
if params.TapNoteScore == 'TapNoteScore_W2' or 'TapNoteScore_W3' then
-- [ja] 超最終手段
pss:SetCurMaxScore( pss:GetCurMaxScore() + 1000000 );
end;
end;
end
end;
pss:SetCurMaxScore(pss:GetCurMaxScore() + maxAdd);