From 3d5c0182fe3ebd6a7a49ddeff990349b3db7581b Mon Sep 17 00:00:00 2001 From: toaster Date: Mon, 1 Apr 2024 18:44:15 +0100 Subject: [PATCH] M_BuildConditionSetString: Show a more tantalising message for Challenges with forbidden descriptions "(Find other secrets to learn about this...)" - this replaces "???" --- 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 436db7dcf..1777af617 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -2899,7 +2899,7 @@ char *M_BuildConditionSetString(UINT16 unlockid) if (work == NULL) { stopasap = true; - work = "???"; + work = "(Find other secrets to learn about this...)"; } else if (cn->type == UC_DESCRIPTIONOVERRIDE) {