From 79ccc353a11fb578cf00b99cddc222f404882845 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Wed, 5 Aug 2020 01:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E7=94=A8pr?= =?UTF-8?q?int=EF=BC=8C=E6=94=BB=E5=87=BB=E7=BB=9F=E8=AE=A1=E8=AF=AF?= =?UTF-8?q?=E5=B7=AE=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/parts/player.lua b/parts/player.lua index fc09e87d..b123078e 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -1509,7 +1509,6 @@ function player.cancel(P,N)--Cancel Garbage bf.sum=bf.sum-O A.sent,A.time=true,0 if N>0 then goto R end - print(A.amount) else off=off+N A.amount=A.amount-N @@ -1788,7 +1787,7 @@ function player.drop(P)--Place piece end ::checkB2Breduce:: - if not(dospin or cc==4)then + if not(dospin or cc>3)then P.b2b=max(P.b2b-250,0) P:showText(text.clear[cc],0,-30,27+cc*3,"appear",(8-cc)*.3) atk=cc-.5 @@ -1909,7 +1908,7 @@ function player.drop(P)--Place piece STAT.piece=STAT.piece+1 STAT.row=STAT.row+cc if atk>0 then - STAT.atk=STAT.atk+int(atk) + STAT.atk=STAT.atk+atk if send>0 then STAT.send=STAT.send+int(send) end