M_BuildConditionSetString: Show a more tantalising message for Challenges with forbidden descriptions

"(Find other secrets to learn about this...)" - this replaces "???"
This commit is contained in:
toaster 2024-04-01 18:44:15 +01:00
parent 30bf2e4cc4
commit 3d5c0182fe

View file

@ -2899,7 +2899,7 @@ char *M_BuildConditionSetString(UINT16 unlockid)
if (work == NULL) if (work == NULL)
{ {
stopasap = true; stopasap = true;
work = "???"; work = "(Find other secrets to learn about this...)";
} }
else if (cn->type == UC_DESCRIPTIONOVERRIDE) else if (cn->type == UC_DESCRIPTIONOVERRIDE)
{ {