From 1c9d3fceaf8b515ad2d59b12e8c63562d934698d Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Tue, 9 Feb 2016 22:49:40 +0100 Subject: Gravity stops (removes) ice needles, lavshots and magic lightnings --- TemplePushing.c4s/System.c4g/GravityStops.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TemplePushing.c4s/System.c4g/GravityStops.c (limited to 'TemplePushing.c4s/System.c4g') 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(); +} -- cgit v1.2.3-54-g00ecf