mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't show Super Emerald related condition text if you haven't unlocked the second row of cups yet
This commit is contained in:
parent
ebd946983c
commit
ff05516901
1 changed files with 2 additions and 0 deletions
|
|
@ -2421,6 +2421,8 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
|
||||
if (cn->type == UC_ALLCHAOS)
|
||||
chaostext = "7 Chaos";
|
||||
else if (M_CupSecondRowLocked() == true)
|
||||
return NULL;
|
||||
else if (cn->type == UC_ALLSUPER)
|
||||
chaostext = "7 Super";
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue