diff options
| -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();
+}
|
