From 420c2ff032e917db19a86c249d46010766bdae3f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 10 Mar 2018 23:17:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B4=EC=9E=A5=20=ED=95=84=EC=82=B4=20?= =?UTF-8?q?=ED=99=95=EB=A5=A0=20=EA=B3=84=EC=88=98=EB=A5=BC=201.0=EC=97=90?= =?UTF-8?q?=EC=84=9C=200.7=EB=A1=9C=20=EA=B0=90=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/process_war.php | 3 +++ 1 file changed, 3 insertions(+) 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;