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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/Meteor.c b/TemplePushing.c4s/System.c4g/Meteor.c
index af1d3e8..9eb75b1 100644
--- a/TemplePushing.c4s/System.c4g/Meteor.c
+++ b/TemplePushing.c4s/System.c4g/Meteor.c
@@ -4,6 +4,6 @@
protected func Hit()
{
- if (FindObject(RCKF)) Explode(Random(75));
+ if (FindObject(RCKF)) Explode(Random(50));
Explode(explosion_base + Random(12));
}