diff --git a/src/p_setup.c b/src/p_setup.c
index 93f6ce031bb272bb169bc07ddab792b309e9c86e..a433d7bdc45cd57d77f14016af2d3791131b6dc6 100644
--- a/src/p_setup.c
+++ b/src/p_setup.c
@@ -3004,7 +3004,7 @@ boolean P_SetupLevel(boolean skipprecip)
 		leveltime = maxstarposttime;
 	}
 
-	if (unlockables[27].unlocked // pandora's box
+	if (unlockables[27].unlocked && !modeattacking // pandora's box
 #ifndef DEVELOP
 	&& !modifiedgame
 #endif