mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 01:43:50 +00:00
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:
commit
f3830b2934
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue