Anonymous

Module:Skills/Gathering: Difference between revisions

From Melvor Idle
m
fixed an index error
m (added xp per second and time to next constellation to the table)
m (fixed an index error)
Line 750: Line 750:
         result = result..'||'..xpPs
         result = result..'||'..xpPs


         if i == 1 then
         if i == 0 then
             local seconds = xpByThreshold[i] / xpPs
             local seconds = xpByThreshold[i] / xpPs
             result = result..'||'..SecondsToClock(seconds)
             result = result..'||'..SecondsToClock(seconds)
8

edits