diff --git a/hwe/sammo/Command/Nation/che_백성동원.php b/hwe/sammo/Command/Nation/che_백성동원.php index 4e8daf08..0fc4cee9 100644 --- a/hwe/sammo/Command/Nation/che_백성동원.php +++ b/hwe/sammo/Command/Nation/che_백성동원.php @@ -72,8 +72,8 @@ class che_백성동원 extends Command\NationCommand{ $this->fullConditionConstraints=[ ConstraintHelper::OccupiedCity(), ConstraintHelper::BeChief(), - ConstraintHelper::DisallowDiplomacyStatus($this->generalObj->getNationID(), [ - 2, 7 + ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [ + 0, 1 ], '전쟁중이 아닙니다.'), ConstraintHelper::OccupiedDestCity(), ConstraintHelper::AvailableStrategicCommand()