diff --git a/wadsrc/static/zscript/strife/strifefunctions.txt b/wadsrc/static/zscript/strife/strifefunctions.txt index 7e83a6512..df4a3e73f 100644 --- a/wadsrc/static/zscript/strife/strifefunctions.txt +++ b/wadsrc/static/zscript/strife/strifefunctions.txt @@ -137,7 +137,7 @@ extend class Actor { drop.Vel.Z = -1.; } - A_Explode(64, 64, XF_NOSPLASH|XF_HURTSOURCE, damagetype: 'Fire'); + A_Explode(64, 64, XF_NOSPLASH|XF_HURTSOURCE|XF_NOTMISSILE, damagetype: 'Fire'); } //==========================================================================