Changes

m
no edit summary
Line 173: Line 173:  
     shipNum = shipdb.findID(frame)
 
     shipNum = shipdb.findID(frame)
 
end
 
end
    local numRows = 4
+
 
 
     -- ship ID for Musashi Kai 2
 
     -- ship ID for Musashi Kai 2
 
     if shipNum == 346 then
 
     if shipNum == 346 then
     numRows = 5
+
     return 5
 +
    else
 +
        return 4
 
     end
 
     end
 
     return numRows
 
     return numRows
5,421

edits