diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index afe9388c..bd8b3c6e 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -743,8 +743,8 @@ class WarUnitGeneral extends WarUnit{ if($this->hasActivatedSkill('저지')){ - $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5 * 0.9); - $this->addDex($this->getCrewType(), $this->getWarPower() * 0.5 * 0.9); + $this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.9); + $this->addDex($this->getCrewType(), $this->getWarPower() * 0.9); $this->setWarPowerMultiply(0); $oppose->setWarPowerMultiply(0);