changes to rankings and stuff
This commit is contained in:
parent
4115b7d602
commit
ddf1c67119
@ -1478,8 +1478,10 @@ class PlayState extends MusicBeatState
|
|||||||
ranking = "(SDCB)";
|
ranking = "(SDCB)";
|
||||||
else if (misses == 0 && (shits >= 10 || bads >= 10)) // Regular FC
|
else if (misses == 0 && (shits >= 10 || bads >= 10)) // Regular FC
|
||||||
ranking = "(FC)";
|
ranking = "(FC)";
|
||||||
else if (misses >= 1 || (shits >= 10 || bads >= 10)) // Combo Breaks
|
else if (misses >= 10 || (shits >= 10 || bads >= 10)) // Combo Breaks
|
||||||
ranking = "(CB)";
|
ranking = "(CB)";
|
||||||
|
else
|
||||||
|
ranking = "";
|
||||||
|
|
||||||
// WIFE TIME :)))) (based on Wife3)
|
// WIFE TIME :)))) (based on Wife3)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user