Changes

no edit summary
Line 117: Line 117:  
     local air_supremacy_string = "?"
 
     local air_supremacy_string = "?"
 
     if as_complete then
 
     if as_complete then
 +
        local air_denial = math.ceil(as / 3)
 
         local air_parity = math.ceil(as * 2 / 3)
 
         local air_parity = math.ceil(as * 2 / 3)
        local air_denial = air_parity > 0 and math.floor(as / 3 + 1) or 0
   
         local air_superiority = math.ceil(as * 3 / 2)
 
         local air_superiority = math.ceil(as * 3 / 2)
 
         local air_supremacy = as * 3
 
         local air_supremacy = as * 3
cssedit, gkautomate
7,009

edits