diff --git a/che_close/process_war.php b/che_close/process_war.php index e69f014..d53b5e8 100644 --- a/che_close/process_war.php +++ b/che_close/process_war.php @@ -1472,6 +1472,9 @@ function CriticalRatio3($general) { if ($crewtype >= 3) { $ratio /= 2; } + else{ + $ratio *= 0.7; + } $ratio = round($ratio); $ratio += 5;