From 32a9632fbca3dd7a88bd3154b84a3773af39c276 Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 17:55:29 +0100 Subject: TemplePush v6.1.7601.18409.c4s --- TemplePushing.c4s/System.c4g/Meteor.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'TemplePushing.c4s/System.c4g/Meteor.c') 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)); +} -- cgit v1.2.3-54-g00ecf