diff options
| author | Mittendrein Markus <maxmitti@gmx.net> | 2016-02-09 22:49:40 +0100 |
|---|---|---|
| committer | Mittendrein Markus <maxmitti@gmx.net> | 2016-02-09 22:49:57 +0100 |
| commit | 1c9d3fceaf8b515ad2d59b12e8c63562d934698d (patch) | |
| tree | 7731e7dd2bdad1aae483b97a1caaf1453bfd0523 /TemplePushing.c4s/System.c4g/GravityStops.c | |
| parent | 4bfa7b19b10afbac97ea887262ebac2f0759d156 (diff) | |
| download | tempelschubsen-1c9d3fceaf8b515ad2d59b12e8c63562d934698d.tar.gz tempelschubsen-1c9d3fceaf8b515ad2d59b12e8c63562d934698d.zip | |
Gravity stops (removes) ice needles, lavshots and magic lightnings
Diffstat (limited to 'TemplePushing.c4s/System.c4g/GravityStops.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/GravityStops.c | 10 |
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();
+}
|
