code/modules/cargo/order.dm 
| MANIFEST_ERROR_CHANCE | The chance for a manifest or crate to be created with errors |
|---|---|
| MANIFEST_ERROR_NAME | Determines if the station name will be incorrect on the manifest |
| MANIFEST_ERROR_CONTENTS | Determines if contents will be deleted from the manifest but still be present in the crate |
| MANIFEST_ERROR_ITEM | Determines if contents will be deleted from the crate but still be present in the manifest |
| /datum/supply_order/disposable | Custom type of order who's supply pack can be safely deleted |
| /datum/supply_order/disposable/materials | Custom material order to append cargo crate value to the final order cost |
Define Details
MANIFEST_ERROR_CHANCE 
The chance for a manifest or crate to be created with errors
MANIFEST_ERROR_CONTENTS 
Determines if contents will be deleted from the manifest but still be present in the crate
MANIFEST_ERROR_ITEM 
Determines if contents will be deleted from the crate but still be present in the manifest
MANIFEST_ERROR_NAME 
Determines if the station name will be incorrect on the manifest