diff --git a/wadsrc/static/zscript/actors/hexen/clericflame.zs b/wadsrc/static/zscript/actors/hexen/clericflame.zs index 9672d55ee..6630713b9 100644 --- a/wadsrc/static/zscript/actors/hexen/clericflame.zs +++ b/wadsrc/static/zscript/actors/hexen/clericflame.zs @@ -185,7 +185,7 @@ class CircleFlame : Actor Stop; Death: CFCF QR 3 Bright; - CFCF S 3 Bright A_Explode(20, 20, 0); + CFCF S 3 Bright A_Explode(20, 128, 0); CFCF TUVWXYZ 3 Bright; Stop; }