混战模式丢徽章动画报错

This commit is contained in:
MrZ626
2020-12-06 00:40:02 +08:00
parent b018e7b12b
commit e61f7c33e3

View File

@@ -1532,7 +1532,7 @@ function Player.lose(P,force)
end
P.lastRecv=A
if P.id==1 or A.id==1 then
TASK.new(TICK.throwBadge,A.ai,P,max(3,P.badge)*4)
TASK.new(TICK.throwBadge,not A.human,P,max(3,P.badge)*4)
end
end
else