feat: 건국 금지, 지정 임관 금지 패널티

This commit is contained in:
2024-06-08 17:21:55 +00:00
parent f12262b946
commit 8bd0cc1c64
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ class che_건국 extends Command\GeneralCommand
$this->minConditionConstraints = [
ConstraintHelper::BeOpeningPart($relYear + 1),
ConstraintHelper::ReqNationValue('level', '국가규모', '==', 0, '정식 국가가 아니어야합니다.')
ConstraintHelper::ReqNationValue('level', '국가규모', '==', 0, '정식 국가가 아니어야합니다.'),
ConstraintHelper::NoPanelty(PenaltyKey::NoFoundNation),
];
}