Page history
6 November 2024
Microbrews
handle negative numbers
m+130
Karner
no edit summary
+105
Karner
no edit summary
+36
Karner
no edit summary
+51
Karner
no edit summary
+25
3 November 2024
BlackHawk
no edit summary
−46
BlackHawk
no edit summary
+4
BlackHawk
no edit summary
+7
BlackHawk
no edit summary
+35
29 October 2024
BlackHawk
no edit summary
+3
InvalidCards
no edit summary
−2
BlackHawk
no edit summary
+46
BlackHawk
no edit summary
−38
BlackHawk
no edit summary
+29
BlackHawk
no edit summary
+28
BlackHawk
no edit summary
−11
BlackHawk
no edit summary
−4
BlackHawk
no edit summary
−102
BlackHawk
no edit summary
+56
BlackHawk
no edit summary
−1
BlackHawk
Created page with "local p = {} local function amount (a) a = string.gsub(a or '',',','') val = tonumber(a) if val == nil then return nil end local output = '' local gold = math.floor(val / 1000000) if gold > 0 then output = gold .. 'link= ' val = val - (gold * 1000000) end local silver = math.floor(val / 1000) if (silver > 0) or (gold > 0) then output = output .. silver .. 'link= ' val = val - (silver * 1000) end outpu..."
+660