summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/BigRock.c
blob: 4cf3dca0da908ba8b0b3fad312191f1bc800a1d9 (plain)
1
2
3
4
5
6
7
8
/*-- Big rocks from rock strike don't hit allies --*/
#appendto BIRK
#strict 2

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