mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
PodiumCup condition: Don't say "Grade S or better"
No longer in unlocks.pk3, but fixed for future
This commit is contained in:
parent
32c43044cb
commit
8790e20df7
1 changed files with 1 additions and 1 deletions
|
|
@ -2723,7 +2723,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
default: { break; }
|
||||
}
|
||||
|
||||
if (cn->requirement < GRADE_S)
|
||||
if (cn->extrainfo1 < GRADE_S)
|
||||
orbetter = " or better in";
|
||||
else
|
||||
orbetter = " in";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue