따라 임관 추가

This commit is contained in:
2020-05-08 21:49:05 +09:00
parent f8d8d2122e
commit f8c4eae715
5 changed files with 273 additions and 42 deletions
+4 -3
View File
@@ -79,9 +79,10 @@ class che_초토화 extends Command\NationCommand{
ConstraintHelper::SuppliedDestCity(),
ConstraintHelper::ReqNationValue('capital', '수도', '!=', $this->destCity['city'], '수도입니다.'),
ConstraintHelper::ReqNationValue('surlimit', '제한 턴', '==', 0, '외교제한 턴이 남아있습니다.'),
ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [
2, 7
], '평시에만 가능합니다.'),
ConstraintHelper::DisallowDiplomacyStatus($this->generalObj->getNationID(), [
0 => '평시에만 가능합니다.',
1 => '평시에만 가능합니다.'
], ),
];
}