/tg/ Station 13 - Modules - Types

code/modules/cargo/exports.dm

/proc/export_single_itemIt works like export_item_and_contents(), however it ignores the contents. Meaning only exported_atom will be valued.
/proc/_export_loopThe main bit responsible for selling the item. Shared by export_single_item() and export_item_and_contents()