summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Clonk.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-02-10 14:22:21 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-02-10 14:22:21 +0100
commitb4434b1981860e9412fb25239d612960008bb81c (patch)
tree1a01a97b5ca01c120d3c42d9ed450b1081dcd51c /TemplePushing.c4s/System.c4g/Clonk.c
parent1c9d3fceaf8b515ad2d59b12e8c63562d934698d (diff)
downloadtempelschubsen-b4434b1981860e9412fb25239d612960008bb81c.tar.gz
tempelschubsen-b4434b1981860e9412fb25239d612960008bb81c.zip
Rework QueryCatchBlow
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Clonk.c')
-rw-r--r--TemplePushing.c4s/System.c4g/Clonk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Clonk.c b/TemplePushing.c4s/System.c4g/Clonk.c
index 546f74c..09c4b20 100644
--- a/TemplePushing.c4s/System.c4g/Clonk.c
+++ b/TemplePushing.c4s/System.c4g/Clonk.c
@@ -84,7 +84,8 @@ protected func Death(int killedBy)
public func QueryCatchBlow(object arrow)
{
- return arrow->GetOwner() == GetOwner();
+ if (arrow->~QueryOwnCatchBlow(this)) return 1;
+ return _inherited(arrow, ...);
}
private func FxCheckStuck2Timer(object pTarget, int iEffectNumber, int iEffectTime)