• 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
no edit summary
Line 430: Line 430:     
local function minMaxStats(a, b)
 
local function minMaxStats(a, b)
   return (not a or a == 0) and (not b or b == 0) and 0 or {a or '', b or ''}
+
   return a == nil and b == nil and {'??', '??'} or (a == false or a == 0) and (b == false or b == 0) and 0 or {a or '??', b or '??'}
 
end
 
end
  
cssedit, gkautomate
6,926

edits

Navigation menu