From e9f8db58c065a4ea558a37d9a57ef45e38a992a0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 8 May 2020 03:11:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B1=EB=8F=99=20=EC=9E=AC=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_백성동원.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()