성벽 전투시 깎이는 성벽이 기존 대비 1/2

This commit is contained in:
2018-08-18 20:46:30 +09:00
parent 5979273a64
commit 1f8fe35e25
+1
View File
@@ -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{