From b4434b1981860e9412fb25239d612960008bb81c Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Wed, 10 Feb 2016 14:22:21 +0100 Subject: Rework QueryCatchBlow --- TemplePushing.c4s/System.c4g/BigRock.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TemplePushing.c4s/System.c4g/BigRock.c (limited to 'TemplePushing.c4s/System.c4g/BigRock.c') diff --git a/TemplePushing.c4s/System.c4g/BigRock.c b/TemplePushing.c4s/System.c4g/BigRock.c new file mode 100644 index 0000000..30d3555 --- /dev/null +++ b/TemplePushing.c4s/System.c4g/BigRock.c @@ -0,0 +1,8 @@ +/*-- Big rocks from rock strike don't hit friends --*/ +#appendto BIRK +#strict 2 + +func QueryOwnCatchBlow(object target) +{ + return !Hostile(GetOwner(), target->GetOwner()); +} -- cgit v1.2.3-54-g00ecf