• 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 200: Line 200:  
     local slot2 = math.floor(10 * math.sqrt(ship._equipment[2].size))
 
     local slot2 = math.floor(10 * math.sqrt(ship._equipment[2].size))
 
     local slot3 = math.floor(10 * math.sqrt(ship._equipment[3].size))
 
     local slot3 = math.floor(10 * math.sqrt(ship._equipment[3].size))
     local slot4 = math.floor(10 * math.sqrt(ship._equipment[4].size))
+
     local slot4 = ship._equipment[4] and math.floor(10 * math.sqrt(ship._equipment[4].size)) or 0
 
     return {
 
     return {
 
         slot_all = slot1 + slot2 + slot3 + slot4,
 
         slot_all = slot1 + slot2 + slot3 + slot4,
cssedit, gkautomate
6,928

edits

Navigation menu