Merge branch 'main' into test-new-mode-system

This commit is contained in:
MrZ626
2021-12-16 02:32:51 +08:00
21 changed files with 281 additions and 230 deletions

View File

@@ -749,7 +749,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