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

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