- 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
Line 193:
Line 193:
− +
nil card_local should not result in (??)
local card_caption = {}
local card_caption = {}
local card_local = equipment:card_localized_name()
local card_local = equipment:card_localized_name()
if card_local ~= false then
if card_local then
table.insert(card_caption, Formatting:format_stat_with_max(card_name, card_local))
table.insert(card_caption, Formatting:format_stat_with_max(card_name, card_local))
else
else