what the fuck whatever
authorJayce Newton <accounts@divinelegy.com>
Sat, 21 Dec 2013 16:19:25 +0000 (00:19 +0800)
committerJayce Newton <accounts@divinelegy.com>
Sat, 21 Dec 2013 16:19:51 +0000 (00:19 +0800)
Themes/GrooveNights/Scripts/gnSystem.lua

index 6ab593d..bf0a6db 100644 (file)
@@ -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