• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 138: Line 138:     
local function formatAmount(n, time)
 
local function formatAmount(n, time)
  if not time then
  −
    return tostring(n)
  −
  end
   
   n = tonumber(n)
 
   n = tonumber(n)
   if not n then
+
   return not n and '??' or tostring(time and U.round(60 * n / time) or n)
    return '??'
  −
  end
  −
  return tostring(U.round(60 * n / time))
   
end
 
end
  
cssedit, gkautomate
6,977

edits

Navigation menu