From 2f00aee947382e91a53d8af1717cf0c167f90a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=8F=AC=EC=8A=A4=ED=8A=B8=EB=AA=A8=EB=8D=94=EB=8B=88?= =?UTF-8?q?=EC=A6=98?= <> Date: Fri, 26 Jan 2024 22:17:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=84=EC=A3=BC=20=EC=95=BD=EA=B0=84=20?= =?UTF-8?q?=ED=9A=A8=EC=9C=A8=EC=A0=81=EC=9C=BC=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;