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

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