diff --git a/assets/game/mode/mino/exterior/marathon.lua b/assets/game/mode/mino/exterior/marathon.lua index 74c111dc..b4738019 100644 --- a/assets/game/mode/mino/exterior/marathon.lua +++ b/assets/game/mode/mino/exterior/marathon.lua @@ -9,7 +9,10 @@ return { spawnDelay=130, clearDelay=300, event={ - playerInit=mechLib.mino.marathon.event_playerInit_auto, + playerInit={ + mechLib.mino.marathon.event_playerInit_auto, + "P:setAction('func1',mechLib.mino.stack.switch_auto)", + }, afterClear=mechLib.mino.progress.marathon_afterClear, gameOver=mechLib.mino.progress.marathon_gameOver, },