diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index df03716d7e..9761b49eaf 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -17,7 +17,7 @@ MaxCourseEntriesBeforeShowVarious=6 [Gameplay] ComboIsPerRow=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI -MinScoreToContinueCombo=%function() if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return TNS_PERFECT else return TNS_GREAT end end +MinScoreToContinueCombo=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI and TNS_PERFECT or TNS_GREAT MinScoreToMaintainCombo=TNS_GREAT [Screen]