From 1d1522a9c47cab3f47424c305e39fefd1bd1b7a0 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 16 Jul 2021 23:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E5=BE=AE=E8=B0=83ZRS=E8=B8=A2?= =?UTF-8?q?=E5=A2=99=E8=A1=A8(=E4=BF=AE=E6=94=B9=E6=9C=89=E5=81=8F?= =?UTF-8?q?=E7=A7=BB=E6=97=B6=E5=8F=AA=E5=85=81=E8=AE=B8y<0=E8=B8=A2?= =?UTF-8?q?=E4=B8=BA=E5=85=81=E8=AE=B8y<=3D0=E8=B8=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/kickList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/kickList.lua b/parts/kickList.lua index dccc4cfe..6676c0d1 100644 --- a/parts/kickList.lua +++ b/parts/kickList.lua @@ -500,7 +500,7 @@ do while true do for test=1,#kickList do local x,y=ix+kickList[test][1]+dx,iy+kickList[test][2]+dy - if (dx==0 and dy==0 or kickList[test][2]<0)and(P.freshTime>0 or kickList[test][2]+dy<=0)and not P:ifoverlap(icb,x,y)then + if (dx==0 and dy==0 or kickList[test][2]<=0)and(P.freshTime>0 or kickList[test][2]+dy<=0)and not P:ifoverlap(icb,x,y)then if P.gameEnv.moveFX and P.gameEnv.block then P:createMoveFX() end