Changes

m
addition of after cap in artillery spotting
Line 421: Line 421:  
return false
 
return false
 
end
 
end
attack_power = math.min(attack_power, 150)
+
--attack_power = math.min(attack_power, 150)
 +
if attack_power > 150 then
 +
    attack_power = 150 + math.floor(math.sqrt(attack_power - 150))
 +
end
 +
--after cap
 
end
 
end
 
if main_guns >= 2 then
 
if main_guns >= 2 then
Anonymous user