From 8d9d474110411a89ccb3c00d917e918bbca555ab Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 5 Nov 2020 00:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCC=E5=A4=8D=E6=B4=BB=E5=90=8E?= =?UTF-8?q?=E4=BC=9A=E8=87=AA=E6=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parts/player.lua b/parts/player.lua index f982609b..b119597e 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -2701,7 +2701,7 @@ function player.win(P,result) end function player.lose(P,force) if P.life>0 and not force then - if P.human then P.waiting=62 end--TOFIX: CC will bug if there is a delay + P.waiting=62 for _=#P.field,1,-1 do FREEROW.discard(P.field[_]) FREEROW.discard(P.visTime[_]) @@ -2712,7 +2712,6 @@ function player.lose(P,force) CC.destroy(P.AI_bot) P.hd=nil loadAI(P,P.AIdata) - P:popNext() end P.life=P.life-1