summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/BigRock.c
blob: 6e97fe0d4baa72feb4e8a5819ab3a22122235b8b (plain)
1
2
3
4
5
6
7
8
/*-- Prevent rock strike from hitting allies --*/
#appendto BIRK
#strict 2

func QueryOwnCatchBlow(object target)
{
	return !Hostile(GetOwner(), target->GetOwner());
}