summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/GravityStops.c
blob: 553f1f36f2b367426103b50e83d9dac88d4c2cff (plain)
1
2
3
4
5
6
7
8
9
10
/*-- Gravity stops Lavashots and magic lightnings and ice needles --*/
#strict 2
#appendto LGTS
#appendto _LVS
#appendto ICNA

func MagicStop(object caller)
{
	return RemoveObject();
}