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 21:26, 16 February 2018
65 bytes added
,
6 years ago
m
no edit summary
Line 176:
Line 176:
-- ship ID for Musashi Kai 2
-- ship ID for Musashi Kai 2
if shipNum == 346 then
if shipNum == 346 then
−
return 5
+
return
type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(
5
)
else
else
−
return 4
+
return
type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(
4
)
end
end
−
return type(shipNum) .. " " .. type(frame.args[1]) .. " " .. type(346) .. " " .. tostring(numRows)
end
end
IbarakiIbuki
5,421
edits