public void AddRecoil(float recoilAmount) => v3_Recoil += new Vector3(0, (URandom.RandomBool() ? 1 : -1) * recoilAmount, 0);