summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-02-14 22:14:59 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-02-14 22:14:59 +0100
commit1ad9d9338b9bba6a1b8dbed0f7ed630f89e40c84 (patch)
treee8896600bf0bf941641fe396d8df64b140a7f49f
parent6dbb3e3d206eef70b69d7ffafe13d70e5df51b6f (diff)
downloadtempelschubsen-1ad9d9338b9bba6a1b8dbed0f7ed630f89e40c84.tar.gz
tempelschubsen-1ad9d9338b9bba6a1b8dbed0f7ed630f89e40c84.zip
Add push-immunity to stoneshield
-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 64738a5..d28032a 100644
--- a/TemplePushing.c4s/System.c4g/Clonk.c
+++ b/TemplePushing.c4s/System.c4g/Clonk.c
@@ -55,7 +55,8 @@ protected func ControlSpecial()
Find_InRect(-20 + GetDir() * 29, 0, 12, 10),
Find_OCF(OCF_Alive),
Find_Hostile(GetOwner()),
- Find_Not(Find_Action("Tumble")));
+ Find_Not(Find_Action("Tumble")),
+ Find_Not(Find_Effect("StoneShieldPSpell")));
if (GetLength(clonks) == 0) return 0;