public static void Nibble() { if (Random.value <= Current.NibbleChance) { SoundBoard.PlayEatBait(); ClearBait(); } }