• 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 i = 1, 6 do
 
     for i = 1, 6 do
 
         ships[i] = {}
 
         ships[i] = {}
         ships[i].object = Ship(args.ship1, args.ship1_remodel)
+
         ships[i].object = Ship("Haruna", "Kai Ni")
 
          
 
          
 
         --Get the equips categorized under each ship specifically so the ship number doesn't have to be passed.
 
         --Get the equips categorized under each ship specifically so the ship number doesn't have to be passed.
 
         ships[i].equip = {}
 
         ships[i].equip = {}
 
         for a = 1, 4 do
 
         for a = 1, 4 do
             ships[i].equip[a] = { name = args.ship1_equip1 }
+
             ships[i].equip[a] = { name = "35.6cm Twin Gun Mount" }
 
         end
 
         end
 
          
 
          
48

edits

Navigation menu