diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index f0ec04b4..daeeb4a1 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.9; + $addDex = 0; } $this->addDex($this->oppose->getCrewType(), $addDex); @@ -291,7 +291,7 @@ class WarUnitGeneral extends WarUnit $addDex = $damage; if (!$this->isAttacker) { - $addDex *= 0.9; + $addDex *= 0.8; } $this->addDex($this->getCrewType(), $addDex);