From 00d00880edcb31842b691badc35d633adf99e7b5 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 28 Mar 2021 01:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=8A=E9=9A=90=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=9B=AE=E6=A0=87=E8=A1=8C=E6=95=B0=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/blind_e.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/modes/blind_e.lua b/parts/modes/blind_e.lua index 14bfa281..b06d430b 100644 --- a/parts/modes/blind_e.lua +++ b/parts/modes/blind_e.lua @@ -4,7 +4,7 @@ return{ env={ drop=30,lock=45, visible="easy", - dropPiece=function(P)if P.stat.row>=20 then P:win("finish")end end, + dropPiece=function(P)if P.stat.row>=200 then P:win("finish")end end, freshLimit=10, bg="glow",bgm="reason", },