From abcff39cd53321fb7d7283c413a395829e5098d3 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 18 Dec 2022 02:50:59 -0500 Subject: [PATCH] Give UFO MF_NOCLIPHEIGHT Makes it go thru fences + not get caught on slopes --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index 2c4213fce..4612791b0 100644 --- a/src/info.c +++ b/src/info.c @@ -29090,7 +29090,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = 16, // mass 0, // damage sfx_None, // activesound - MF_SHOOTABLE|MF_NOGRAVITY|MF_DONTENCOREMAP, // flags + MF_SHOOTABLE|MF_NOGRAVITY|MF_NOCLIPHEIGHT|MF_DONTENCOREMAP, // flags S_NULL // raisestate },