From 22bef38562c93fb52a898fa61fbe9f9f0705062f Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 20 Oct 2023 16:18:10 +0100 Subject: [PATCH] Self-review: Fix missing space in "reach at least400% on the speedometer" --- 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 e3c08e7d5..2b588ce02 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -2500,7 +2500,7 @@ static const char *M_GetConditionString(condition_t *cn) case UCRP_SPEEDOMETER: return va("reach %s%u%% on the speedometer", (cn->requirement == 999) - ? "" : "at least", + ? "" : "at least ", cn->requirement ); case UCRP_DRAFTDURATION: