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