From: Jayce Newton Date: Sat, 21 Dec 2013 16:19:25 +0000 (+0800) Subject: what the fuck whatever X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=7443ccbe472d6d07fd28bedfee613e7f21483fb4;p=GrooveNights.git what the fuck whatever --- 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