fix: penalty 오타

This commit is contained in:
2024-06-08 17:37:43 +00:00
parent 606c1664f2
commit 06f086bcf0
5 changed files with 28 additions and 8 deletions
+2 -2
View File
@@ -83,7 +83,7 @@ class che_건국 extends Command\GeneralCommand
$this->minConditionConstraints = [
ConstraintHelper::BeOpeningPart($relYear + 1),
ConstraintHelper::ReqNationValue('level', '국가규모', '==', 0, '정식 국가가 아니어야합니다.'),
ConstraintHelper::NoPanelty(PenaltyKey::NoFoundNation),
ConstraintHelper::NoPenalty(PenaltyKey::NoFoundNation),
];
}
@@ -104,7 +104,7 @@ class che_건국 extends Command\GeneralCommand
ConstraintHelper::CheckNationNameDuplicate($nationName),
ConstraintHelper::AllowJoinAction(),
ConstraintHelper::ConstructableCity(),
ConstraintHelper::NoPanelty(PenaltyKey::NoFoundNation),
ConstraintHelper::NoPenalty(PenaltyKey::NoFoundNation),
];
}