summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-02-09 22:49:40 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-02-09 22:49:57 +0100
commit1c9d3fceaf8b515ad2d59b12e8c63562d934698d (patch)
tree7731e7dd2bdad1aae483b97a1caaf1453bfd0523
parent4bfa7b19b10afbac97ea887262ebac2f0759d156 (diff)
downloadtempelschubsen-1c9d3fceaf8b515ad2d59b12e8c63562d934698d.tar.gz
tempelschubsen-1c9d3fceaf8b515ad2d59b12e8c63562d934698d.zip
Gravity stops (removes) ice needles, lavshots and magic lightnings
-rw-r--r--TemplePushing.c4s/System.c4g/GravityStops.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/GravityStops.c b/TemplePushing.c4s/System.c4g/GravityStops.c
new file mode 100644
index 0000000..553f1f3
--- /dev/null
+++ b/TemplePushing.c4s/System.c4g/GravityStops.c
@@ -0,0 +1,10 @@
+/*-- Gravity stops Lavashots and magic lightnings and ice needles --*/
+#strict 2
+#appendto LGTS
+#appendto _LVS
+#appendto ICNA
+
+func MagicStop(object caller)
+{
+ return RemoveObject();
+}