From c19539248aa02b64a4cb1c8ecebfde1d4c648eed Mon Sep 17 00:00:00 2001
From: katsy <katmint@live.com>
Date: Thu, 31 Dec 2020 04:38:26 -0600
Subject: [PATCH] add sprung flag to steam

---
 src/p_map.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/p_map.c b/src/p_map.c
index b934e32553..7ca6d653a1 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -511,6 +511,7 @@ static void P_DoFanAndGasJet(mobj_t *spring, mobj_t *object)
 			if (spring->state != &states[S_STEAM1]) // Only when it bursts
 				break;
 
+			object->eflags |= MFE_SPRUNG;
 			object->momz = flipval*FixedMul(speed, FixedSqrt(FixedMul(spring->scale, object->scale))); // scale the speed with both objects' scales, just like with springs!
 
 			if (p)
-- 
GitLab