From ad48bc1962db2e08eaf51991884488da4cab2a71 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 19 Sep 2018 03:01:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=91=EA=B2=BD=20=EB=82=B4=EC=A0=95=20?= =?UTF-8?q?=EC=83=81=EC=8A=B9=EB=9F=89=20=EA=B0=90=EC=86=8C=EB=8A=94=20'?= =?UTF-8?q?=EC=88=98=EB=8F=84=EA=B0=80=20=EC=95=84=EB=8B=90=EB=95=8C'=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_process.php b/hwe/func_process.php index 68639dfc..228c51b7 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -273,7 +273,7 @@ function process_1(&$general, $type) { $exp = CharExperience($exp, $general['personal']); $ded = CharDedication($ded, $general['personal']); - if($city['front'] == 1){ + if($city['front'] == 1 && $city['city'] != $nation['capital']){ $score *= 0.5; } @@ -562,7 +562,7 @@ function process_5(&$general, $type) { $exp = $score * 0.7; $ded = $score * 1.0; - if($city['front'] == 1){ + if($city['front'] == 1 && $city['city'] != $nation['capital']){ if($stype == 'def'){ $score *= 0.5; }