MinCondition 조건 약화

This commit is contained in:
2020-05-04 20:37:23 +09:00
parent 91f2be6759
commit 014fb9408e
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class che_출병 extends Command\GeneralCommand
$relYear = $this->env['year'] - $this->env['startyear'];
$this->minConditionConstraints = [
ConstraintHelper::NotOpeningPart($relYear+1),
ConstraintHelper::NotOpeningPart($relYear+2),
ConstraintHelper::NotBeNeutral(),
ConstraintHelper::OccupiedCity(),
ConstraintHelper::ReqGeneralCrew(),