From 4fca7bcfcfae295591bf3aa20a3bd72397c36e63 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Aug 2018 14:59:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=80=EC=A7=80=20=EC=A6=9D=EA=B0=80=20?= =?UTF-8?q?=EC=88=99=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index b6fae297..b5cf8947 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -718,8 +718,8 @@ class WarUnitGeneral extends WarUnit{ if($this->hasActivatedSkill('저지')){ - $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5); - $this->addDex($this->getCrewType(), $this->getWarPower() * 0.5); + $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5 * 0.9); + $this->addDex($this->getCrewType(), $this->getWarPower() * 0.5 * 0.9); $this->setWarPowerMultiply(0); $oppose->setWarPowerMultiply(0);