diff --git a/src/m_cond.c b/src/m_cond.c index faff792c6..227fcf48e 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -1431,6 +1431,13 @@ char *M_BuildConditionSetString(UINT8 unlockid) return NULL; } + if (gamedata->unlocked[unlockid] == true && M_Achieved(unlockables[unlockid].conditionset - 1) == false) + { + message[0] = '\x86'; // the following text will be grey + message[1] = '\0'; + len--; + } + c = &conditionSets[unlockables[unlockid].conditionset-1]; for (i = 0; i < c->numconditions; ++i)