private void FriendlyHitCheck() { LittleDude targ = hitBox.ClosestFriendlyTarget(); if (targ != null) { targ.JailBreak(); } }