diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 90d830a9..7722610c 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3440,9 +3440,9 @@ class GeneralAI $cmd = buildGeneralCommandClass($this->rng->choice($candidate), $this->general, $this->env); if (!$cmd->hasFullConditionMet()) { $cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env); - } - if (!$cmd->hasFullConditionMet()) { - $cmd = buildGeneralCommandClass('che_견문', $this->general, $this->env); + if (!$cmd->hasFullConditionMet()) { + $cmd = buildGeneralCommandClass('che_견문', $this->general, $this->env); + } } return $cmd;