game: 성벽이 선제공격

This commit is contained in:
2023-05-12 00:07:01 +09:00
parent 18f9d87a29
commit 4e504e9679
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ class WarUnitCity extends WarUnit{
$this->logger = $general->getLogger();
$this->crewType = GameUnitConst::byID(GameUnitConst::CREWTYPE_CASTLE);
$general->setCrewType($this->crewType);
$this->hp = $this->getCityVar('def') * 10;