Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:KanmusuModule
(view source)
Revision as of 03:52, 27 October 2022
56 bytes added
,
2 years ago
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
7,064
edits