From 5abe9bd6d58816f8c6926bcf57669d860489aab5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 May 2020 06:17:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=ED=86=A0=ED=99=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_초토화.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/Nation/che_초토화.php b/hwe/sammo/Command/Nation/che_초토화.php index a5812431..eb26b580 100644 --- a/hwe/sammo/Command/Nation/che_초토화.php +++ b/hwe/sammo/Command/Nation/che_초토화.php @@ -67,7 +67,7 @@ class che_초토화 extends Command\NationCommand{ ConstraintHelper::SuppliedCity(), ConstraintHelper::SuppliedDestCity(), ConstraintHelper::ReqNationValue('capital', '수도', '!=', $this->destCity['city'], '수도입니다.'), - ConstraintHelper::ReqNationValue('surlimit', '제한 턴', '>', 0, '외교제한 턴이 남아있습니다.'), + ConstraintHelper::ReqNationValue('surlimit', '제한 턴', '==', 0, '외교제한 턴이 남아있습니다.'), ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [ 2, 7 ], '평시에만 가능합니다.'),