/*-- Big rocks from rock strike don't hit friends --*/ #appendto BIRK #strict 2 func QueryOwnCatchBlow(object target) { return !Hostile(GetOwner(), target->GetOwner()); }