fix: penalty 오타
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ class che_임관 extends Command\GeneralCommand
|
||||
ConstraintHelper::ReqEnvValue('join_mode', '!=', 'onlyRandom', '랜덤 임관만 가능합니다'),
|
||||
ConstraintHelper::BeNeutral(),
|
||||
ConstraintHelper::AllowJoinAction(),
|
||||
ConstraintHelper::NoPanelty(PenaltyKey::NoChosenAssignment),
|
||||
ConstraintHelper::NoPenalty(PenaltyKey::NoChosenAssignment),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ class che_임관 extends Command\GeneralCommand
|
||||
ConstraintHelper::ExistsDestNation(),
|
||||
ConstraintHelper::AllowJoinDestNation($relYear),
|
||||
ConstraintHelper::AllowJoinAction(),
|
||||
ConstraintHelper::NoPanelty(PenaltyKey::NoChosenAssignment),
|
||||
ConstraintHelper::NoPenalty(PenaltyKey::NoChosenAssignment),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user