버그 수정, 허보 구현

This commit is contained in:
2020-03-21 20:17:39 +09:00
parent afbbbaa855
commit d918234bb8
5 changed files with 297 additions and 5 deletions
@@ -43,6 +43,8 @@ class che_백성동원 extends Command\NationCommand{
$this->setCity();
$this->setNation(['strategic_cmd_limit']);
$this->setDestCity($this->arg['destCityID'], null);
$this->setDestNation($this->destCity['nation']);
$this->runnableConstraints=[
ConstraintHelper::OccupiedCity(),
@@ -50,7 +52,7 @@ class che_백성동원 extends Command\NationCommand{
ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [
0
], '전쟁중이 아닙니다.'),
ConstraintHelper::SuppliedDestCity(),
ConstraintHelper::OccupiedDestCity(),
ConstraintHelper::AvailableStrategicCommand()
];
}