From 7407bbefdf8392c26e48fd80db84e57326f5c8a2 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 3 Aug 2021 00:37:49 +0800 Subject: [PATCH] =?UTF-8?q?tsd=5Fu=E4=B8=AD=E7=BB=93=E6=9D=9F=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=9A=84=E9=87=8D=E5=A4=8DT2=E4=B8=8D=E8=AE=A1?= =?UTF-8?q?=E5=85=A5=E6=88=90=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/tsd_u.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/tsd_u.lua b/parts/modes/tsd_u.lua index 24c08ddd..fc93961d 100644 --- a/parts/modes/tsd_u.lua +++ b/parts/modes/tsd_u.lua @@ -3,11 +3,11 @@ local function check_tsd(P) local C=P.lastPiece if C.row>0 then if C.id==5 and C.row==2 and C.spin then - P.modeData.tsd=P.modeData.tsd+1 if TABLE.find(P.modeData.history,C.centX)then P:showText("STACK",0,-140,40,'flicker',.3) P:lose() else + P.modeData.tsd=P.modeData.tsd+1 table.insert(P.modeData.history,1,C.centX) P.modeData.history[5]=nil end