불가침, 종전 메시지

This commit is contained in:
2020-05-03 00:31:04 +09:00
parent 5e4ae07575
commit 1427ac632f
16 changed files with 477 additions and 98 deletions
+3
View File
@@ -2923,6 +2923,9 @@ class GeneralAI
$cmd = buildGeneralCommandClass(Util::choiceRandom($candidate), $this->general, $this->env);
if(!$cmd->isRunnable()){
return buildGeneralCommandClass('che_물자조달', $this->general, $this->env);
}
return $cmd;
}