From 9808345d95abd6587f5e72a8b904370f98770666 Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Thu, 30 Jul 2015 17:53:37 +0200 Subject: Clean and improve float-spell --- TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TemplePushing.c4s/Misc.c4d') diff --git a/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c index 4a70dd2..3f9cdc5 100644 --- a/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c +++ b/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c @@ -27,3 +27,5 @@ func CheckHit() if (GetY() >= yMax) ContactBottom(); if (GetY() <= yMin) ContactTop(); } + +protected func IgnoreFloatSpell() { return true; } -- cgit v1.2.3-54-g00ecf