public override void OnPlayerInteracting(PlayerInteract player) { if (!player.IsHoldingBaby()) { player.PickupBaby(babyMovement); } }