From a50f665d6815d9739efd9df44ff1a37aaaba61d2 Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 18 Mar 2023 04:48:51 -0700 Subject: [PATCH] UC_ROUNDSPLAYED: correct wording to "Prison" --- 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 55eeeb300..9fc0d0805 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1002,7 +1002,7 @@ static const char *M_GetConditionString(condition_t *cn) work = " Race"; break; case GDGT_PRISONS: - work = " Capsule"; + work = " Prison"; break; case GDGT_BATTLE: work = " Battle";