summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Ice.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Ice.c')
-rw-r--r--TemplePushing.c4s/System.c4g/Ice.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Ice.c b/TemplePushing.c4s/System.c4g/Ice.c
new file mode 100644
index 0000000..329d013
--- /dev/null
+++ b/TemplePushing.c4s/System.c4g/Ice.c
@@ -0,0 +1,20 @@
+/*--- Eisklumpen ---*/
+
+#strict 2
+
+#appendto ICE1
+
+local hit;
+
+protected func Hit()
+{
+ if (!hit)
+ {
+ var frostwave = CreateObject(MFWV, 0, 0, NO_OWNER);
+ frostwave->SetMaxRadius(60);
+ frostwave->Activate(this);
+ hit = true;
+ }
+
+ return _inherited();
+} \ No newline at end of file