중립 인탐 확률 감소

This commit is contained in:
2020-06-06 03:07:00 +09:00
parent 188b57ed7a
commit 1fc3cfd1f2
+1 -1
View File
@@ -3057,7 +3057,7 @@ class GeneralAI
$general = $this->general;
if($general->getNationID() == 0){
$cmd = buildGeneralCommandClass('che_인재탐색', $general, $this->env);
if(!$cmd->hasFullConditionMet() || Util::randBool()){
if(!$cmd->hasFullConditionMet() || Util::randBool(0.8)){
$cmd = buildGeneralCommandClass('che_견문', $general, $this->env);
}
return $cmd;