아주 약간 효율적으로 수정
This commit is contained in:
@@ -3440,9 +3440,9 @@ class GeneralAI
|
|||||||
$cmd = buildGeneralCommandClass($this->rng->choice($candidate), $this->general, $this->env);
|
$cmd = buildGeneralCommandClass($this->rng->choice($candidate), $this->general, $this->env);
|
||||||
if (!$cmd->hasFullConditionMet()) {
|
if (!$cmd->hasFullConditionMet()) {
|
||||||
$cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
$cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
||||||
}
|
if (!$cmd->hasFullConditionMet()) {
|
||||||
if (!$cmd->hasFullConditionMet()) {
|
$cmd = buildGeneralCommandClass('che_견문', $this->general, $this->env);
|
||||||
$cmd = buildGeneralCommandClass('che_견문', $this->general, $this->env);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $cmd;
|
return $cmd;
|
||||||
|
|||||||
Reference in New Issue
Block a user