feat: 여러 제약 조건 개선 및 테스트 케이스 수정

This commit is contained in:
2026-02-07 05:14:33 +00:00
parent 13d22ece4a
commit d888140cf3
4 changed files with 20 additions and 24 deletions
@@ -4,6 +4,7 @@ import {
beLord,
wanderingNation,
reqNationValue,
reqNationGeneralCount,
checkNationNameDuplicate,
beOpeningPart,
constructableCity,
@@ -89,7 +90,7 @@ export class ActionDefinition<
beOpeningPart(),
beLord(),
wanderingNation(),
reqNationValue('gennum', '수하 장수', '>=', 2),
reqNationGeneralCount(2),
checkNationNameDuplicate(args.nationName),
allowJoinAction(),
constructableCity(),