Changes

m
no edit summary
Line 24: Line 24:     
function NanaminFunctions.add_to_elos_ship(current_elos, entry, use_los)
 
function NanaminFunctions.add_to_elos_ship(current_elos, entry, use_los)
 +
    if entry[3] == nil then return current_elos end
 
     local ship = Ship(entry[1], entry[2])
 
     local ship = Ship(entry[1], entry[2])
 
     local los = ship:los() or 0
 
     local los = ship:los() or 0
48

edits