diff --git a/hwe/sammo/WarUnitCity.php b/hwe/sammo/WarUnitCity.php index c37e641b..cede1e95 100644 --- a/hwe/sammo/WarUnitCity.php +++ b/hwe/sammo/WarUnitCity.php @@ -59,6 +59,7 @@ class WarUnitCity extends WarUnit{ $damage = min($damage, $this->hp); $this->dead += $damage; $this->hp -= $damage; + $this->trainAtmos -= $damage / 2; } function continueWar(&$noRice):bool{