public void Snipped() { Debug.Log("Got Snippered"); HookActive = false; transform.position = new Vector3(StartX, StopHeight, 0f); Path.SetPosition(0, new Vector3(StartX, StopHeight, 0f)); if (IsHooked == true) { Destroy(Hooked); } GM.MinusLife(); SM.PlaySnip(); }