• 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 18: Line 18:  
     ship_suffix = ship_suffix or ""
 
     ship_suffix = ship_suffix or ""
 
     local forms = { ship_name .. "/" .. ship_suffix }
 
     local forms = { ship_name .. "/" .. ship_suffix }
     local success, ship_data = U.requireModule(ship_name)
+
     local success, ship_data = Ship.requireModule(ship_name)
 
     if not success then
 
     if not success then
 
         return forms
 
         return forms
Line 216: Line 216:  
     ship_suffix = ship_suffix or ""
 
     ship_suffix = ship_suffix or ""
 
     local forms = { { name = ship_name .. '/' .. ship_suffix, normal = true, damaged = true } }
 
     local forms = { { name = ship_name .. '/' .. ship_suffix, normal = true, damaged = true } }
     local success, ship_data = U.requireModule(ship_name)
+
     local success, ship_data = Ship.requireModule(ship_name)
 
     if not success then
 
     if not success then
 
         return forms
 
         return forms
cssedit, gkautomate
6,928

edits

Navigation menu