mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
f29ed06e92
commit
39d701359a
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue