summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZed <Zed@zed.zed>2016-03-07 03:11:10 +0100
committerZed <Zed@zed.zed>2016-03-07 03:11:10 +0100
commitc9d19a58956530409cbdd135753a70f3104c430f (patch)
tree7c13c9e2866f0d3376bb98f2b03b92592ebb04d7
parent79a50aeb4201f2b856afadaabcd1d0fb615f0747 (diff)
downloadtempelschubsen-c9d19a58956530409cbdd135753a70f3104c430f.tar.gz
tempelschubsen-c9d19a58956530409cbdd135753a70f3104c430f.zip
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.
-rw-r--r--TemplePushing.c4s/System.c4g/Meteor.c9
1 files changed, 0 insertions, 9 deletions
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));
-}