summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Meteor.c
blob: 9eb75b1000ac847e7b275acdd76b01d7d01445b5 (plain)
1
2
3
4
5
6
7
8
9
#strict 2

#appendto METO

protected func Hit()
{
	if (FindObject(RCKF)) Explode(Random(50));
	Explode(explosion_base + Random(12));
}