From 147e4d9dc74638c3712e88098e6b106c031b0bb5 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 17 Sep 2020 23:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=91=E7=A0=94=E6=9E=81?= =?UTF-8?q?=E7=AE=80+=E6=A8=A1=E5=BC=8F=E4=B8=8D=E8=83=BD=E6=B6=88?= =?UTF-8?q?=E5=9B=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modes/tech_finesse+.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/tech_finesse+.lua b/modes/tech_finesse+.lua index fc4556c6..a7824421 100644 --- a/modes/tech_finesse+.lua +++ b/modes/tech_finesse+.lua @@ -2,7 +2,7 @@ local format=string.format local int=math.floor local function tech_check_hard(P) if #P.clearedRow>0 then - if not(P.lastClear.spin or P.lastClear.pc)then + if not P.lastClear.special then P:lose() end end