You're looking at the wrong function, you have to modify this:
private static bool CanCastFallingSword()
{
return CanCast(SNOPower.X1_Crusader_FallingSword) && (CurrentTarget.IsEliteRareUnique || TargetUtil.ClusterExists(15f, 65f, CrusaderSettings.FallingSwordAoECount))...