From 1c887a70418316b4613b0d2cb557262516aa7b50 Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 18 Oct 2023 00:45:05 +0100 Subject: [PATCH] UCRP_LANDMINEDUNK: The official parsing is "Land Mine" --- src/m_cond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.c b/src/m_cond.c index ed0d423be..87f97d298 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -2421,7 +2421,7 @@ static const char *M_GetConditionString(condition_t *cn) case UCRP_SPBNEUTER: return "shock a Self-Propelled Bomb into submission"; case UCRP_LANDMINEDUNK: - return "dunk a Landmine on another racer's head"; + return "dunk a Land Mine on another racer's head"; case UCRP_HITMIDAIR: return "hit another racer with a projectile while you're both in the air"; case UCRP_RETURNMARKTOSENDER: