game: 필중계략에 초반3년 제한추가

This commit is contained in:
2023-12-26 12:59:00 +00:00
parent 19f365b5d3
commit 5a6088ae5c
@@ -27,9 +27,13 @@ class g65_필중계략 extends Command\UserActionCommand{
$this->setCity();
$this->setNation();
$env = $this->env;
$relYear = $env['year'] - $env['startyear'];
$this->fullConditionConstraints = [
ConstraintHelper::NotBeNeutral(),
ConstraintHelper::OccupiedCity()
ConstraintHelper::OccupiedCity(),
ConstraintHelper::NotOpeningPart($relYear),
];
}