fix: 사전거병 후 군주가 사라지는 경우에 대한 수정
This commit is contained in:
@@ -3438,10 +3438,12 @@ class GeneralAI
|
||||
|
||||
|
||||
$cmd = buildGeneralCommandClass($this->rng->choice($candidate), $this->general, $this->env);
|
||||
if (!$cmd->hasFullConditionMet()) {
|
||||
return buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
||||
}
|
||||
return $cmd;
|
||||
if ($cmd->hasFullConditionMet()) return $cmd;
|
||||
|
||||
$cmd = buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
|
||||
if ($cmd->hasFullConditionMet()) return $cmd;
|
||||
|
||||
return buildGeneralCommandClass('che_견문', $this->general, $this->env);
|
||||
}
|
||||
|
||||
protected function categorizeNationCities(): void
|
||||
|
||||
Reference in New Issue
Block a user