修改水印相关

This commit is contained in:
MrZ626
2021-02-22 21:51:20 +08:00
parent 898a6cf567
commit c6f408ff82
12 changed files with 35 additions and 28 deletions

View File

@@ -1645,9 +1645,6 @@ function Player.win(P,result)
if P.type=="human"then
gameOver()
TASK.new(tick_autoPause)
if MARKING then
P:showTextF(text.marking,0,-226,25,"appear",.4,.0626)
end
end
P:newTask(tick_finish)
end
@@ -1756,9 +1753,6 @@ function Player.lose(P,force)
else
TASK.new(tick_autoPause)
end
if MARKING then
P:showTextF(text.marking,0,-226,25,"appear",.4,.0626)
end
else
P:newTask(tick_lose)
end