From c9d19a58956530409cbdd135753a70f3104c430f Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 7 Mar 2016 03:11:10 +0100 Subject: Remove irrelevant Meteor overwrite The Meteor Rain spell as well as naturally occurring Meteors have been removed a while ago, resulting in this file serving no purpose any more. --- TemplePushing.c4s/System.c4g/Meteor.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 TemplePushing.c4s/System.c4g/Meteor.c (limited to 'TemplePushing.c4s/System.c4g/Meteor.c') diff --git a/TemplePushing.c4s/System.c4g/Meteor.c b/TemplePushing.c4s/System.c4g/Meteor.c deleted file mode 100644 index 9eb75b1..0000000 --- a/TemplePushing.c4s/System.c4g/Meteor.c +++ /dev/null @@ -1,9 +0,0 @@ -#strict 2 - -#appendto METO - -protected func Hit() -{ - if (FindObject(RCKF)) Explode(Random(50)); - Explode(explosion_base + Random(12)); -} -- cgit v1.2.3-54-g00ecf