From f90c70ebe287e215415164dc341fe7905ceb2dae Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Sat, 25 Jan 2020 11:34:30 -0500
Subject: [PATCH] Make the DMG actually *applied*. Consequence: flame will
 continue flying through player instead of dying in midair and dropping a
 flame, but this is actually desirable given the current behaviour looks kind
 of shitty.

---
 src/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/info.c b/src/info.c
index ef1d161de8..45034fe371 100644
--- a/src/info.c
+++ b/src/info.c
@@ -6490,7 +6490,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 		DMG_FIRE,       // mass
 		1,              // damage
 		sfx_None,       // activesound
-		MF_NOBLOCKMAP|MF_MISSILE|MF_NOGRAVITY, // flags
+		MF_NOBLOCKMAP|MF_MISSILE|MF_PAIN|MF_NOGRAVITY, // flags
 		S_NULL          // raisestate
 	},
 
-- 
GitLab