From d31423d91e11ffe41520010cfc82e151199197fc Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 10 Apr 2021 23:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A9=AC=E6=8B=89=E6=9D=BE?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=BF=98=E4=BA=86=E5=88=A0=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/marathon_n.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/parts/modes/marathon_n.lua b/parts/modes/marathon_n.lua index ea691ac5..ba343bea 100644 --- a/parts/modes/marathon_n.lua +++ b/parts/modes/marathon_n.lua @@ -8,9 +8,6 @@ return{ drop=60,wait=8,fall=20, task=function(P)P.modeData.target=10 end, dropPiece=function(P) - if P.stat.row<180 then - P.stat.row=180 - end if P.stat.row>=P.modeData.target then if P.modeData.target==200 then P:win("finish")