필사즉생 디버그 수정

This commit is contained in:
2020-03-12 22:02:50 +09:00
parent 842942c0fe
commit 3d6b99c004
@@ -45,9 +45,9 @@ class che_필사즉생 extends Command\NationCommand{
$this->runnableConstraints=[
ConstraintHelper::OccupiedCity(),
ConstraintHelper::BeChief(),
/*ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [
ConstraintHelper::AllowDiplomacyStatus($this->generalObj->getNationID(), [
0
], '전쟁중이 아닙니다.'),*/
], '전쟁중이 아닙니다.'),
ConstraintHelper::ReqNationValue('strategic_cmd_limit', '전략기한', '==', 0, '전략기한이 남았습니다.')
];
}