feat(WIP): processing 임관

- 구 css 코드 남은것 해결
This commit is contained in:
2021-12-21 23:19:07 +09:00
parent caf51fdc06
commit 6dac344a35
9 changed files with 232 additions and 145 deletions
+1 -6
View File
@@ -203,11 +203,6 @@ class che_급습 extends Command\NationCommand
$nationList = [];
$testTurn = new LastTurn($this->getName(), null, $this->getPreReqTurn());
foreach (getAllNationStaticInfo() as $destNation) {
/*if ($destNation['nation'] == $nationID) {
continue;
}*/
$testTurn->setArg(['destNationID' => $destNation['nation']]);
$testCommand = new static($generalObj, $this->env, $testTurn, ['destNationID' => $destNation['nation']]);
$nationTarget = [
@@ -219,7 +214,7 @@ class che_급습 extends Command\NationCommand
if (!$testCommand->hasFullConditionMet()) {
$nationTarget['notAvailable'] = true;
}
if ($destNation['nation'] == $nationID) {
if ($destNation['id'] == $nationID) {
$nationTarget['notAvailable'] = true;
}