mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
SPB-related conditions: Make hyphenation consistent
This commit is contained in:
parent
acad8754c8
commit
a746c4f33f
1 changed files with 2 additions and 2 deletions
|
|
@ -2404,7 +2404,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
case UCRP_TRIPWIREHYUU:
|
||||
return "go through Tripwire after getting snared by Hyudoro";
|
||||
case UCRP_SPBNEUTER:
|
||||
return "shock a Self Propelled Bomb into submission";
|
||||
return "shock a Self-Propelled Bomb into submission";
|
||||
case UCRP_LANDMINEDUNK:
|
||||
return "dunk a Landmine on another racer's head";
|
||||
case UCRP_HITMIDAIR:
|
||||
|
|
@ -2450,7 +2450,7 @@ static const char *M_GetConditionString(condition_t *cn)
|
|||
work = "Jawz";
|
||||
break;
|
||||
case UFOD_SPB:
|
||||
work = "Self Propelled Bombs";
|
||||
work = "Self-Propelled Bombs";
|
||||
break;
|
||||
case UFOD_GACHABOM:
|
||||
work = "Gachabom";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue