From c9651f92afe295b20fdae3ec6064e1bcd7e25937 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 14 Apr 2024 23:38:28 +0100 Subject: [PATCH] Grab a certain prize from a random Prison Egg Extra word added because the newline situation sucks --- 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 4b0cc89e0..ffb032309 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -2631,7 +2631,7 @@ static const char *M_GetConditionString(condition_t *cn) case UC_PRISONEGGCD: // :butterfly: "alternatively you could say 'grab a hot toooon' or 'smooth beeat'" - return "GRAND PRIX: grab a certain prize from a Prison Egg"; + return "GRAND PRIX: grab a certain prize from a random Prison Egg"; case UC_AND: return "&";