mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'desc-final' into 'master'
Challenge Conditions: BONUS ROUND --> GRAND PRIX See merge request KartKrew/Kart!2250
This commit is contained in:
commit
aa3499bcbd
1 changed files with 3 additions and 3 deletions
|
|
@ -2520,7 +2520,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
|
||||
case UC_PRISONEGGCD:
|
||||
// :butterfly: "alternatively you could say 'grab a hot toooon' or 'smooth beeat'"
|
||||
return "BONUS ROUND: grab a prize from a Prison Egg";
|
||||
return "GRAND PRIX: grab a certain prize from a Prison Egg";
|
||||
|
||||
case UC_AND:
|
||||
return "&";
|
||||
|
|
@ -2529,10 +2529,10 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
case UC_DESCRIPTIONOVERRIDE:
|
||||
return cn->stringvar;
|
||||
|
||||
case UCRP_PREFIX_BONUSROUND:
|
||||
//return "BONUS ROUND:"; -- our final testers bounced off this, just fallthru to GRAND PRIX instead
|
||||
case UCRP_PREFIX_GRANDPRIX:
|
||||
return "GRAND PRIX:";
|
||||
case UCRP_PREFIX_BONUSROUND:
|
||||
return "BONUS ROUND:";
|
||||
case UCRP_PREFIX_TIMEATTACK:
|
||||
if (!M_SecretUnlocked(SECRET_TIMEATTACK, true))
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue