summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c2
1 files changed, 2 insertions, 0 deletions
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; }