From 7e00a7d764a910024bd8f62f28aa934b4c655f87 Mon Sep 17 00:00:00 2001 From: Imple Lee <80144331+ImpleLee@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:42:50 +0800 Subject: [PATCH] use `trueNextCount` as replay-visible next count --- parts/modes/drought_l.lua | 2 +- parts/player/gameEnv0.lua | 2 +- parts/player/init.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/modes/drought_l.lua b/parts/modes/drought_l.lua index 618184a3..e1a3b50e 100644 --- a/parts/modes/drought_l.lua +++ b/parts/modes/drought_l.lua @@ -71,7 +71,7 @@ return { field,stat=yield(wei[seqRND:random(#wei)]) end end, - nextCount=1,holdCount=0, + trueNextCount=1,nextCount=1,holdCount=0, ospin=false, freshLimit=15, eventSet='checkLine_100', diff --git a/parts/player/gameEnv0.lua b/parts/player/gameEnv0.lua index 81fac4e1..85fef2dc 100644 --- a/parts/player/gameEnv0.lua +++ b/parts/player/gameEnv0.lua @@ -33,7 +33,7 @@ return { bone=false, lockout=false, fieldH=20,heightLimit=1e99, - nextCount=6,nextStartPos=1, + trueNextCount=10,nextCount=6,nextStartPos=1, holdMode='hold',holdCount=1, infHold=false,phyHold=false, ospin=true,deepDrop=false, diff --git a/parts/player/init.lua b/parts/player/init.lua index 063abb6b..37af538b 100644 --- a/parts/player/init.lua +++ b/parts/player/init.lua @@ -353,7 +353,7 @@ local function _applyGameEnv(P)-- Finish gameEnv processing assert(piece=='cannot resume dead coroutine') end end - for _=1,ENV.nextCount do + for _=1,ENV.trueNextCount do P:newNext() end