/*-- Make the Gravity spell stop Magic Lightning and Lavashot --*/ #strict 2 #appendto LGTS #appendto _LVS func MagicStop(object caller) { return RemoveObject(); }