Changes

m
no edit summary
Line 48: Line 48:  
     local ship = Ship(entry[1], entry[2])
 
     local ship = Ship(entry[1], entry[2])
 
     if ship:los() and ship:los_max() then
 
     if ship:los() and ship:los_max() then
         local los = math.floor(ship:los() + ((ship:los_max() - ship:los())))
+
         local los = math.floor(ship:los() + ((ship:los_max() - ship:los()) * tonumber(entry[3]) / 99))
 
         self._elos = los * 1.69
 
         self._elos = los * 1.69
 
     end
 
     end
48

edits