diff --git a/wadsrc/static/zscript/strife/strifefunctions.txt b/wadsrc/static/zscript/strife/strifefunctions.txt index 5e0312a954..7e83a65127 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, damagetype: 'Fire'); + A_Explode(64, 64, XF_NOSPLASH|XF_HURTSOURCE, damagetype: 'Fire'); } //==========================================================================