• 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 75: Line 75:  
     }
 
     }
 
     for index, item_key in ipairs(self._args) do
 
     for index, item_key in ipairs(self._args) do
         if index == #self._args then
+
         if item_key == "-" then
            table.insert(entry.equips, self._equip_class(item_key))
  −
            table.insert(self._items, entry)
  −
        elseif item_key == "-" then
   
             table.insert(self._items, entry)
 
             table.insert(self._items, entry)
 
              
 
              
Line 100: Line 97:  
         end
 
         end
 
     end
 
     end
 +
    table.insert(entry.equips, self._equip_class(item_key))
 +
    table.insert(self._items, entry)
 
end
 
end
  
48

edits

Navigation menu