diff --git a/che_close/process_war.php b/che_close/process_war.php index 986e764..7c842fa 100644 --- a/che_close/process_war.php +++ b/che_close/process_war.php @@ -1472,8 +1472,8 @@ function CriticalRatio3($leader, $power, $intel, $crewtype) { if ($crewtype >= 3) { $ratio /= 2; } - $ratio = round($ratio); + $ratio = round($ratio); $ratio += 5; if($ratio > 50) $ratio = 50;