mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Merge branch 'finish-a-perfect-round-wording' into 'master'
"finish a perfect round" mentions Gear 1 (Resolves #1589 & #1410) Closes #1589 See merge request kart-krew-dev/ring-racers-internal!2719
This commit is contained in:
commit
f37a1157f1
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