중립 인탐 확률 감소
This commit is contained in:
@@ -3057,7 +3057,7 @@ class GeneralAI
|
|||||||
$general = $this->general;
|
$general = $this->general;
|
||||||
if($general->getNationID() == 0){
|
if($general->getNationID() == 0){
|
||||||
$cmd = buildGeneralCommandClass('che_인재탐색', $general, $this->env);
|
$cmd = buildGeneralCommandClass('che_인재탐색', $general, $this->env);
|
||||||
if(!$cmd->hasFullConditionMet() || Util::randBool()){
|
if(!$cmd->hasFullConditionMet() || Util::randBool(0.8)){
|
||||||
$cmd = buildGeneralCommandClass('che_견문', $general, $this->env);
|
$cmd = buildGeneralCommandClass('che_견문', $general, $this->env);
|
||||||
}
|
}
|
||||||
return $cmd;
|
return $cmd;
|
||||||
|
|||||||
Reference in New Issue
Block a user