성벽 전투시 깎이는 성벽이 기존 대비 1/2
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user