From 152482b2255801d043663a63c43d4b549667a3c9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 2 Jan 2021 15:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=96=E6=8E=98=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=9E=83=E5=9C=BE=E8=A1=8C=E5=87=BA=E7=8E=B0=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index f9f3a102..43154af6 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -406,9 +406,9 @@ function Player.changeAtk(P,R) end function Player.freshBlock(P,mode)--string mode: push/move/fresh/newBlock local ENV=P.gameEnv - local CB=P.cur.bk --Fresh ghost if(mode=="push"or mode=="move"or mode=="newBlock")and P.cur then + local CB=P.cur.bk P.ghoY=min(#P.field+1,P.curY) if P._20G or P.keyPressing[7]and ENV.sdarr==0 then local _=P.ghoY