From 6a94d8cfa220f1d09f5904ec8c174f60c98a1a3b Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 3 Dec 2023 16:10:19 -0800 Subject: [PATCH] Do not punt Prison --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index a6ec0a044..4e64a278a 100644 --- a/src/info.c +++ b/src/info.c @@ -30299,7 +30299,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = 100, // mass 0, // damage sfx_None, // activesound - MF_SOLID|MF_SHOOTABLE|MF_DONTENCOREMAP, // flags + MF_SOLID|MF_SHOOTABLE|MF_DONTENCOREMAP|MF_DONTPUNT, // flags S_NULL // raisestate },