mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 01:41:15 +00:00
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:
parent
07e7c00fb5
commit
62e14fb2a3
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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!";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue