From 1fc3cfd1f2b32f3daa50ecc53f24153048ddfc4d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 6 Jun 2020 03:07:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=A6=BD=20=EC=9D=B8=ED=83=90=20?= =?UTF-8?q?=ED=99=95=EB=A5=A0=20=EA=B0=90=EC=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index fa5064a9..be4b065c 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -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;