From 0585b74a352453f0bdb45febd4705e19f24aedaa Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 6 Oct 2020 18:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E5=9B=9B=E4=BB=BB=E5=8A=A1=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player.lua b/parts/player.lua index f2441cb8..0317b396 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -2458,7 +2458,7 @@ do--player.drop(P)--Place piece local t=ENV.mission[P.curMission] local success if t<5 then - if C.row==t and not C.special then + if C.row==t and(t==4 or not C.special)then success=true end elseif t<9 then