pandora's box is condition 28, not 27

This commit is contained in:
katsy 2022-11-01 14:59:10 -05:00
parent ea329c93f7
commit a10b824e0d

View file

@ -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)