diff --git a/src/g_hexen/a_clericholy.cpp b/src/g_hexen/a_clericholy.cpp index 0990ac54b..3d4d92a85 100644 --- a/src/g_hexen/a_clericholy.cpp +++ b/src/g_hexen/a_clericholy.cpp @@ -112,7 +112,7 @@ bool AHolySpirit::Slam (AActor *thing) bool AHolySpirit::SpecialBlastHandling (AActor *source, fixed_t strength) { - if (strength == BLAST_FULLSTRENGTH && tracer == source) + if (tracer == source) { tracer = target; target = source;