summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/GravityStops.c
blob: 5c3698a6136b9a5d2a80a1faf24e7e6c881d67b2 (plain)
1
2
3
4
5
6
7
8
9
/*-- Make the Gravity spell stop Magic Lightning and Lavashot --*/
#strict 2
#appendto LGTS
#appendto _LVS

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