From cb3ad51357a9321cb86854abf79fd65551b1f4f1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 1 Jun 2021 22:03:31 +0800 Subject: [PATCH] =?UTF-8?q?pc=E5=88=A4=E5=AE=9A=E4=B8=AD=E2=80=9C=E5=9C=BA?= =?UTF-8?q?=E5=9C=B0=E4=B8=BA=E7=A9=BA=E2=80=9D=E7=9A=84=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=96=B9=E5=9D=97=E6=89=80=E5=9C=A8=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 9bda41bd..5a8715f6 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1265,8 +1265,8 @@ do--Player.drop(self)--Place piece end --PC/HPC - if clear then - if #self.field==0 then + if clear and cc>=#C.bk then + if CY==1 then self:showText(text.PC,0,-80,50,'flicker') atk=max(atk,min(8+Stat.pc*2,16)) exblock=exblock+2 @@ -1284,7 +1284,7 @@ do--Player.drop(self)--Place piece end piece.pc=true piece.special=true - elseif cc>=#C.bk and(cc>1 or #self.field==self.garbageBeneath)then + elseif cc>1 or #self.field==self.garbageBeneath then self:showText(text.HPC,0,-80,50,'fly') atk=atk+4 exblock=exblock+2