Merge branch 'pandoras-letter' into 'next'

Fix hidden 100% completion reward actually being obtained at 50% completion

See merge request STJr/SRB2!1842
This commit is contained in:
Eidolon 2022-11-11 23:00:24 -06:00
commit f3830b2934

View file

@ -7375,7 +7375,7 @@ static void P_WriteLetter(void)
{
char *buf, *b;
if (!unlockables[27].unlocked) // pandora's box
if (!unlockables[28].unlocked) // pandora's box
return;
if (modeattacking)