You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/archipelago/APSettingsSubState.hx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,18 @@ class APSettingsSubState extends MusicBeatSubstate {
425
425
comment+="# The amount of checks (currently) possible is "+ ((APEntryState.gameSettings.FNF.songList.length*5) -APEntryState.gameSettings.FNF.song_limit) +".\n";
426
426
comment+="# The amount of checks (currently) if just Song Completion is used is "+ ((APEntryState.gameSettings.FNF.songList.length*2) -APEntryState.gameSettings.FNF.song_limit) +".\n";
427
427
comment+="# The amount of checks (currently) if just Note Checks is used is "+ ((APEntryState.gameSettings.FNF.songList.length*3) -APEntryState.gameSettings.FNF.song_limit) +".\n";
0 commit comments