From 1d20eb3c3ef94e6601a929f2ee93f02dc1fae7cd Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 21 Aug 2022 17:42:33 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=B4=88=EB=B0=98=20M=EC=9E=A5=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EC=8B=9C=20=EB=AC=B4=EC=A7=80=EC=9E=A5=20?= =?UTF-8?q?=EB=8C=80=EB=9F=89=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/CreateManyNPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Event/Action/CreateManyNPC.php b/hwe/sammo/Event/Action/CreateManyNPC.php index e93c82e6..59a6586b 100644 --- a/hwe/sammo/Event/Action/CreateManyNPC.php +++ b/hwe/sammo/Event/Action/CreateManyNPC.php @@ -25,7 +25,7 @@ class CreateManyNPC extends \sammo\Event\Action protected function generateNPC($env, int $cnt) { - $pickTypeList = ['무' => 1, '지' => 1]; + $pickTypeList = ['무' => 0.333, '지' => 0.333, '무지' => 0.334]; $rng = new RandUtil(new LiteHashDRBG(Util::simpleSerialize( UniqueConst::$hiddenSeed,