From 1d946aa5257610f4adf0189126c175ea9361527d Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 9 Dec 2021 01:59:04 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=88=98=EB=B9=84=EC=9E=90=EC=9D=98=20?= =?UTF-8?q?=EC=83=81=EB=8C=80=20=EB=B3=91=EC=A2=85=EC=9D=84=200=EC=97=90?= =?UTF-8?q?=EC=84=9C=200.1=EB=A1=9C=20=EB=B3=80=EA=B2=BD,=20=EA=B3=B5?= =?UTF-8?q?=EA=B2=A9=EC=9E=90=20=EB=8C=80=EB=B9=84=EB=A1=9C=EB=8A=94=2010%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index daeeb4a1..88b009aa 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -267,7 +267,7 @@ class WarUnitGeneral extends WarUnit $addDex = $damage; if (!$this->isAttacker) { - $addDex = 0; + $addDex = 0.1; } $this->addDex($this->oppose->getCrewType(), $addDex);