• 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
m
no edit summary
Line 96: Line 96:  
             local a, b = shipCapabilities[key](shipCapabilities)
 
             local a, b = shipCapabilities[key](shipCapabilities)
 
             return format_lua(b or a)
 
             return format_lua(b or a)
         else
+
         elseif ship then
 
             local lua = ship[key]
 
             local lua = ship[key]
 
             if type(lua) == "function" then
 
             if type(lua) == "function" then
Line 103: Line 103:  
                 return format_lua(lua)
 
                 return format_lua(lua)
 
             end
 
             end
 +
        else
 +
            return key
 
         end
 
         end
 
     end
 
     end
cssedit, gkautomate
6,928

edits

Navigation menu