summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2015-07-30 17:53:37 +0200
committerMittendrein Markus <maxmitti@gmx.net>2015-07-31 15:55:27 +0200
commit9808345d95abd6587f5e72a8b904370f98770666 (patch)
treead19f6453b57e5d8a9e4990a6db76ca9a93329c9 /TemplePushing.c4s/Misc.c4d/Brick.c4d/Script.c
parentaf236597f7b3a41f0241b59ad710eca521edc0e2 (diff)
downloadtempelschubsen-9808345d95abd6587f5e72a8b904370f98770666.tar.gz
tempelschubsen-9808345d95abd6587f5e72a8b904370f98770666.zip
Clean and improve float-spell
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; }