8
edits
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 == | if i == 0 then | ||
local seconds = xpByThreshold[i] / xpPs | local seconds = xpByThreshold[i] / xpPs | ||
result = result..'||'..SecondsToClock(seconds) | result = result..'||'..SecondsToClock(seconds) |
edits