diff options
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Clonk.c | 3 |
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; |
