修复混战

This commit is contained in:
MrZ626
2021-12-15 14:26:40 +08:00
parent 6ccdee2a53
commit 57241677a9

View File

@@ -771,7 +771,7 @@ do--function resetGameData(args)
BGM.play(type(bgm)=='string'and bgm or type(bgm)=='table'and bgm[math.random(#bgm)])
TEXT.clear()
if GAME.modeEnv.eventset=='royale'then
if GAME.modeEnv.eventSet=='royale'then
for i=1,#PLAYERS do
PLAYERS[i]:changeAtk(randomTarget(PLAYERS[i]))
end