game: 초반 M장 생성 시 무지장 대량 생성

This commit is contained in:
2022-08-21 17:42:33 +09:00
parent 8248ccbcd5
commit 1d20eb3c3e
+1 -1
View File
@@ -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,