From 29ef9b8d15b425be8c466d1d3f6aedb1f855fd2b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 19 Dec 2021 00:59:01 +0800 Subject: [PATCH] =?UTF-8?q?ai=E7=A7=8D=E5=AD=90=E4=BC=9A=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?id=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/init.lua b/parts/player/init.lua index 5b041e2e..0d70002f 100644 --- a/parts/player/init.lua +++ b/parts/player/init.lua @@ -97,7 +97,7 @@ local function _newEmptyPlayer(id,mini) P.seqRND=love.math.newRandomGenerator(GAME.seed) P.atkRND=love.math.newRandomGenerator(GAME.seed) P.holeRND=love.math.newRandomGenerator(GAME.seed) - P.aiRND=love.math.newRandomGenerator(GAME.seed) + P.aiRND=love.math.newRandomGenerator(GAME.seed+P.id) --Field-related P.field,P.visTime={},{}