From f2d449a58392a6d65dfb981054014353b84ca2f6 Mon Sep 17 00:00:00 2001 From: b_krueger Date: Mon, 12 Apr 2010 11:39:45 +0000 Subject: Now the plugin 5000points.usdx is really counting to 5000 points (was set to 100 points to get a faster bugfix progress) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2231 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/plugins/5000points.usdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game') diff --git a/game/plugins/5000points.usdx b/game/plugins/5000points.usdx index b48984f0..7ebd23b4 100644 --- a/game/plugins/5000points.usdx +++ b/game/plugins/5000points.usdx @@ -21,7 +21,7 @@ function Sing() Scores = ScreenSing.GetScores(); for i = 1, #Scores do - if (Scores[i] >= 100) then + if (Scores[i] >= 5000) then ScreenSing.Finish(); break; end @@ -34,7 +34,7 @@ function Calculate_Winner() Scores = Scores or ScreenSing.GetScores(); local Ranking = {}; for i = 1, #Scores do - if Scores[i] >= 100 then + if Scores[i] >= 5000 then Ranking[i] = 1 else Ranking[i] = #Scores -- cgit v1.2.3