Changes

m
no edit summary
Line 271: Line 271:  
             local battle_card = ShipCardKai:battle_card{ship = ship, link = ship:link(), caption = ship:name()}
 
             local battle_card = ShipCardKai:battle_card{ship = ship, link = ship:link(), caption = ship:name()}
 
             table.insert(drops, battle_card)
 
             table.insert(drops, battle_card)
             drops_str = mw.ustring.sub(drops_str, 2)
+
             drops_str = mw.ustring.sub(drops_str, split + 1)
 
         end
 
         end
 
         local ship = Ship(drops_str, "")
 
         local ship = Ship(drops_str, "")
48

edits