Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 30, 2024
1 parent c81395d commit 6177007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class PlayState extends MusicBeatState
ratingFC = "SDCB";
}
else if (songMisses > 100){
ratingFC = "WTF??";
ratingFC = "WTF";
}
else if (cpuControlled){
ratingFC = "Cheater!";
Expand Down
7 changes: 2 additions & 5 deletions source/meta/substate/ResultsSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,12 @@ class ResultsSubState extends MusicBeatSubstate
hint.text = 'Almost there! Try getting only sicks for SFC!';
case 'SFC':
hint.text = 'You did it! You\'re perfect!';
case 'WTF??':
case 'WTF':
hint.text = '...You suck.';
case 'Cheater!' | 'BotPlay':
hint.text = 'If you want something, disable Botplay.';
hint.text = 'If you want that rank, disable Botplay.';
}

if (PlayState.practiceMode)
hint.text = 'You did good, but you used practice mode. So you don\'t really get anything.';

titleTxt = new FlxText(0, 0, 0, 'RESULTS', 72);
titleTxt.scrollFactor.set();
titleTxt.setFormat("VCR OSD Mono", 60, FlxColor.WHITE, CENTER, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
Expand Down

0 comments on commit 6177007

Please sign in to comment.