简化resetGameData函数

This commit is contained in:
MrZ626
2020-11-20 00:43:47 +08:00
parent 7bfd362567
commit 0456bf515e
4 changed files with 21 additions and 67 deletions

View File

@@ -1664,7 +1664,7 @@ function Player.act_func(P)
end
function Player.act_restart()
if GAME.frame<240 or GAME.result then
resetPartGameData()
resetGameData()
else
LOG.print(text.holdR,20,COLOR.orange)
end