summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Clonk.c
diff options
context:
space:
mode:
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)