summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Meteor.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Meteor.c')
-rw-r--r--TemplePushing.c4s/System.c4g/Meteor.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/TemplePushing.c4s/System.c4g/Meteor.c b/TemplePushing.c4s/System.c4g/Meteor.c
index 600733a..af1d3e8 100644
--- a/TemplePushing.c4s/System.c4g/Meteor.c
+++ b/TemplePushing.c4s/System.c4g/Meteor.c
@@ -1,7 +1,9 @@
-#strict
+#strict 2
+
#appendto METO
-protected func Hit() {
- if (FindObject(RCKF)) Explode(Random(75));
- Explode(explosion_base+Random(12));
-} \ No newline at end of file
+protected func Hit()
+{
+ if (FindObject(RCKF)) Explode(Random(75));
+ Explode(explosion_base + Random(12));
+}