From a10b824e0d86b723e37a9b030b9f95b12214ffad Mon Sep 17 00:00:00 2001 From: katsy Date: Tue, 1 Nov 2022 14:59:10 -0500 Subject: [PATCH] pandora's box is condition 28, not 27 --- src/p_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_setup.c b/src/p_setup.c index ba432c13d..16503012d 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -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)