From 9bf0e9f28d857d42fc1146412da6ba20983c919f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 21 Dec 2021 23:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E8=A1=8Chpc?= =?UTF-8?q?=E5=88=A4=E5=AE=9A=E4=B8=BA=E2=80=9C=E6=B6=88=E9=99=A4=E5=90=8E?= =?UTF-8?q?=E6=9C=80=E9=AB=98=E8=A1=8C=E6=98=AF=E5=9E=83=E5=9C=BE=E8=A1=8C?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E9=81=BF=E5=85=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9C=BA=E5=9C=B0=E7=9A=84=E7=A9=BA=E6=B0=94=E8=A1=8C=E4=BA=89?= =?UTF-8?q?=E8=AE=AE?= 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 77992257..b1d83f0a 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1823,7 +1823,7 @@ do end piece.pc=true piece.special=true - elseif cc>1 or #self.field==self.garbageBeneath then + elseif cc>1 or self.field[#self.field].garbage then self:showText(text.HPC,0,-80,50,'fly') atk=atk+4 exblock=exblock+2