The "(Find other secrets to learn about this...)" text only happens if it's at the start of the challenge, otherwise it does "???" as before

Least need to go over and check every challenge description again
This commit is contained in:
toaster 2024-04-14 21:16:32 +01:00
parent f29ed06e92
commit 39d701359a

View file

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