랜임 코드 마저 반영
This commit is contained in:
@@ -59,6 +59,7 @@ class che_등용 extends Command\GeneralCommand{
|
|||||||
[$reqGold, $reqRice] = $this->getCost();
|
[$reqGold, $reqRice] = $this->getCost();
|
||||||
|
|
||||||
$this->runnableConstraints=[
|
$this->runnableConstraints=[
|
||||||
|
['ReqEnvValue', 'join_mode', '==', 'onlyRandom', '랜덤 임관만 가능합니다'],
|
||||||
['NotBeNeutral'],
|
['NotBeNeutral'],
|
||||||
['NotOpeningPart'],
|
['NotOpeningPart'],
|
||||||
['OccupiedCity'],
|
['OccupiedCity'],
|
||||||
|
|||||||
@@ -84,6 +84,7 @@ class che_임관 extends Command\GeneralCommand{
|
|||||||
$relYear = $env['year'] - $env['startyear'];
|
$relYear = $env['year'] - $env['startyear'];
|
||||||
|
|
||||||
$this->runnableConstraints=[
|
$this->runnableConstraints=[
|
||||||
|
['ReqEnvValue', 'join_mode', '==', 'onlyRandom', '랜덤 임관만 가능합니다'],
|
||||||
['BeNeutral'],
|
['BeNeutral'],
|
||||||
['ExistsDestNation'],
|
['ExistsDestNation'],
|
||||||
['AllowJoinDestNation', $relYear],
|
['AllowJoinDestNation', $relYear],
|
||||||
|
|||||||
Reference in New Issue
Block a user