mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
pandora's box is condition 28, not 27
This commit is contained in:
parent
ea329c93f7
commit
a10b824e0d
1 changed files with 1 additions and 1 deletions
|
@ -7370,7 +7370,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