From 62089ef2c209c2360d4bdd05f558880daa3fcd9e Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 9 Dec 2021 23:58:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=88=98=EB=B9=84=EC=9E=90=20=EC=88=99?= =?UTF-8?q?=EB=A0=A8=20=EB=B3=80=EA=B2=BD?= 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 88b009aa..781fa579 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.1; + $addDex *= 0.1; } $this->addDex($this->oppose->getCrewType(), $addDex);