• 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 376: Line 376:  
             for i, quote in ipairs(quotes) do
 
             for i, quote in ipairs(quotes) do
 
                 local note = args[ship .. "." .. "note"]
 
                 local note = args[ship .. "." .. "note"]
                 if note == "nil" then
+
                 if note and note == "nil" then
 
                     note = ""
 
                     note = ""
 +
                elseif note and note:sub(-1) == "+" then
 +
                    note = note:sub(1, -2) .. (quote.note or "")
 
                 end
 
                 end
 
                 table.insert(result, format{
 
                 table.insert(result, format{
Line 403: Line 405:     
end
 
end
 +
 +
Seasonal.t = (""):sub(-1)
    
return Seasonal
 
return Seasonal
cssedit, gkautomate
7,064

edits

Navigation menu