From a746c4f33fca17396a0917be68c982792289d71e Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 18 Oct 2023 00:07:30 +0100 Subject: [PATCH] SPB-related conditions: Make hyphenation consistent --- src/m_cond.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m_cond.c b/src/m_cond.c index 0e2d00696..d5b12fddf 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -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";