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);