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,