From 4ab6b6409e5b73fb98eda13008c3f35ebe400b1d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 4 Nov 2020 20:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E8=AE=A9ai=E6=AD=BB=E4=BA=A1?= =?UTF-8?q?=E6=97=A0=E5=A4=8D=E6=B4=BB=E6=97=B6=E9=97=B4=E9=98=B2=E6=AD=A2?= =?UTF-8?q?cc=E5=87=BAbug=EF=BC=8C=E4=BB=A5=E5=90=8E=E5=86=8D=E4=BF=AE?= 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 07f8327f..f06aaf10 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -2702,7 +2702,7 @@ function player.win(P,result) end function player.lose(P,force) if P.life>0 and not force then - P.waiting=62 + if P.human then P.waiting=62 end--TOFIX: CC will bug if there is a delay for _=#P.field,1,-1 do FREEROW.discard(P.field[_]) FREEROW.discard(P.visTime[_])