From 7443ccbe472d6d07fd28bedfee613e7f21483fb4 Mon Sep 17 00:00:00 2001 From: Jayce Newton Date: Sun, 22 Dec 2013 00:19:25 +0800 Subject: [PATCH] what the fuck whatever --- Themes/GrooveNights/Scripts/gnSystem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/GrooveNights/Scripts/gnSystem.lua b/Themes/GrooveNights/Scripts/gnSystem.lua index 6ab593d..bf0a6db 100644 --- a/Themes/GrooveNights/Scripts/gnSystem.lua +++ b/Themes/GrooveNights/Scripts/gnSystem.lua @@ -635,7 +635,7 @@ end if stat == 9 then gnStatsLevel[pn+1] = gnStatsTotalExpCount[pn+1] e = 10 -- EXP Curve starts at 10 - for s = 0, 1, 100 do -- Max Level is 100 + for s = 1, 100 do -- Max Level is 100 gnStatsTotalExpCount[pn+1] = gnStatsTotalExpCount[pn+1] - e; -- subtract curve and level up on every 0 gnStatsLevel[pn+1] = gnStatsLevel[pn+1] + 1; if gnStatsTotalExpCount[pn+1] < 1 then -- 2.11.0