Try
if (!Enabled || pm == null || bc == null || !CheckLocation(bc) || !CheckLocation(pm) || !damager.InRange(victim, 18) || !damager.Alive || bc.GivenSpecialArtifact)
return;
removing !Enabled
if (pm == null || bc == null || !CheckLocation(bc) || !CheckLocation(pm) || !damager.InRange(victim...