function GM:GetFallDamage(ply, speed) print("Fall dammage detected:" .. speed) if(ply:HasItem("Feather-fall Rune",1)) then ply:RemoveItem("Feather-fall Rune",1) return 0 else return speed/11 end end