리뷰 내용 반영
This commit is contained in:
@@ -3438,12 +3438,14 @@ class GeneralAI
|
||||
|
||||
|
||||
$cmd = buildGeneralCommandClass($this->rng->choice($candidate), $this->general, $this->env);
|
||||
if ($cmd->hasFullConditionMet()) return $cmd;
|
||||
if (!$cmd->hasFullConditionMet()) {
|
||||
$cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
||||
}
|
||||
if (!$cmd->hasFullConditionMet()) {
|
||||
$cmd = buildGeneralCommandClass('che_견문', $this->general, $this->env);
|
||||
}
|
||||
|
||||
$cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
||||
if ($cmd->hasFullConditionMet()) return $cmd;
|
||||
|
||||
return buildGeneralCommandClass('che_견문', $this->general, $this->env);
|
||||
return $cmd;
|
||||
}
|
||||
|
||||
protected function categorizeNationCities(): void
|
||||
|
||||
Reference in New Issue
Block a user