From 71cb5aa9e418e9654f6282bbe6bb720f41bf4724 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 29 May 2020 19:16:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EB=B2=BD=EC=97=90=20=EB=8B=B3?= =?UTF-8?q?=EB=8A=94=20=EB=82=B4=EC=A0=95=EC=9D=84=201/2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitCity.php b/hwe/sammo/WarUnitCity.php index c721f9ef..edc4971d 100644 --- a/hwe/sammo/WarUnitCity.php +++ b/hwe/sammo/WarUnitCity.php @@ -111,7 +111,7 @@ class WarUnitCity extends WarUnit{ //NOTE: 전투로 인한 사망자는 여기서 처리하지 않음 - $decWealth = $this->getKilled() / 10; + $decWealth = $this->getKilled() / 20; $this->increaseVarWithLimit('agri', -$decWealth, 0); $this->increaseVarWithLimit('comm', -$decWealth, 0); $this->increaseVarWithLimit('secu', -$decWealth, 0);