선포 동안에는 초토화 가능하도록 수정

This commit is contained in:
2020-06-06 15:43:29 +09:00
parent 8ca365da7b
commit 38cf897ae1
@@ -82,7 +82,6 @@ class che_초토화 extends Command\NationCommand{
ConstraintHelper::ReqNationValue('surlimit', '제한 턴', '==', 0, '외교제한 턴이 남아있습니다.'), ConstraintHelper::ReqNationValue('surlimit', '제한 턴', '==', 0, '외교제한 턴이 남아있습니다.'),
ConstraintHelper::DisallowDiplomacyStatus($this->generalObj->getNationID(), [ ConstraintHelper::DisallowDiplomacyStatus($this->generalObj->getNationID(), [
0 => '평시에만 가능합니다.', 0 => '평시에만 가능합니다.',
1 => '평시에만 가능합니다.'
], ), ], ),
]; ];
} }