From 58b8f354e0eeeef998c154dc56e0e34fdc89158c Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 23 Sep 2021 01:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E5=B0=BDpc=E6=A8=A1=E5=BC=8F=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E5=BF=85=E9=A1=BB4=E8=A1=8C=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E4=B8=A4=E8=A1=8Cpc=E4=B8=8D=E9=87=8D=E7=BD=AEpc?= =?UTF-8?q?=E9=99=90=E5=88=B6=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/eventsets/pc_inf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/eventsets/pc_inf.lua b/parts/eventsets/pc_inf.lua index f76bfbdc..14ce3a0f 100644 --- a/parts/eventsets/pc_inf.lua +++ b/parts/eventsets/pc_inf.lua @@ -6,7 +6,7 @@ return{ mText(drawableText.pc,63,410) end, dropPiece=function(P) - if P.lastPiece.pc then + if P.lastPiece.pc and P.stat.row%4==0 then P.gameEnv.heightLimit=4 if P.stat.pc%5==0 then P.gameEnv.drop=math.max(P.gameEnv.drop-1,1)