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

edits

Navigation menu