Change some menu wording

"finish a perfect round" specifies above Gear 1, and Intense GP mentions top half instead of "4th" (because this changes in co-op)
This commit is contained in:
VelocitOni 2025-08-03 01:22:35 -04:00
parent 07e7c00fb5
commit 62e14fb2a3
2 changed files with 2 additions and 2 deletions

View file

@ -2824,7 +2824,7 @@ static const char *M_GetConditionString(condition_t *cn)
case UCRP_FINISHCOOL:
return "finish in good standing";
case UCRP_FINISHPERFECT:
return "finish a perfect round";
return "finish a perfect round (excluding Gear 1)";
case UCRP_FINISHALLPRISONS:
return "break every Prison Egg";
case UCRP_SURVIVE:

View file

@ -191,7 +191,7 @@ void Dummygpdifficulty_OnChange(void)
tooltip = "Low-stakes racing at \x83Gear 1""\x80"". \x83No placement requirements\x80.";
break;
case KARTSPEED_NORMAL:
tooltip = "Aim for the prize at\x82 Gear 2\x80. Place \x82""4th or better\x80 to advance!";
tooltip = "Aim for the prize at\x82 Gear 2\x80. Place \x82""within the top half\x80 to advance!";
break;
case KARTSPEED_HARD:
tooltip = "Challenge fierce competition at\x87 Gear 3\x80. For\x87 thrill-seekers!";