mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_GetConditionString: On second thoughts, to avoid misleading with ideas of a Battle win, prefix UC_ALLEMERALDS/UC_ALLCHAOS/UC_ALLSUPER with GRAND PRIX:
This commit is contained in:
parent
7d57be18c3
commit
4ceeea0bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
speedtext = " on ???";
|
||||
}
|
||||
|
||||
return va("collect all %s Emeralds%s", chaostext, speedtext);
|
||||
return va("GRAND PRIX: collect all %s Emeralds%s", chaostext, speedtext);
|
||||
}
|
||||
|
||||
case UC_TOTALMEDALS: // Requires number of emblems >= x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue