From 1ad9d9338b9bba6a1b8dbed0f7ed630f89e40c84 Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Sun, 14 Feb 2016 22:14:59 +0100 Subject: Add push-immunity to stoneshield --- TemplePushing.c4s/System.c4g/Clonk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TemplePushing.c4s') 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; -- cgit v1.2.3-54-g00ecf