diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Meteor.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Meteor.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Meteor.c b/TemplePushing.c4s/System.c4g/Meteor.c new file mode 100644 index 0000000..600733a --- /dev/null +++ b/TemplePushing.c4s/System.c4g/Meteor.c @@ -0,0 +1,7 @@ +#strict +#appendto METO + +protected func Hit() { + if (FindObject(RCKF)) Explode(Random(75)); + Explode(explosion_base+Random(12)); +}
\ No newline at end of file |
