MinCondition 조건 약화

This commit is contained in:
2020-05-04 20:37:23 +09:00
parent 44e1bb10c3
commit c17f905ed2
4 changed files with 14 additions and 5 deletions
+6
View File
@@ -34,6 +34,12 @@ class che_훈련 extends Command\GeneralCommand{
$this->setCity();
$this->setNation();
$this->minConditionConstraints=[
ConstraintHelper::NotBeNeutral(),
ConstraintHelper::NotWanderingNation(),
ConstraintHelper::OccupiedCity(),
];
$this->fullConditionConstraints=[
ConstraintHelper::NotBeNeutral(),