暂时让ai死亡无复活时间防止cc出bug,以后再修
This commit is contained in:
@@ -2702,7 +2702,7 @@ function player.win(P,result)
|
|||||||
end
|
end
|
||||||
function player.lose(P,force)
|
function player.lose(P,force)
|
||||||
if P.life>0 and not force then
|
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
|
for _=#P.field,1,-1 do
|
||||||
FREEROW.discard(P.field[_])
|
FREEROW.discard(P.field[_])
|
||||||
FREEROW.discard(P.visTime[_])
|
FREEROW.discard(P.visTime[_])
|
||||||
|
|||||||
Reference in New Issue
Block a user