code/modules/cargo/order.dm ![code/modules/cargo/order.dm0](git.png)
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 ![code/modules/cargo/order.dm 2](git.png)
The chance for a manifest or crate to be created with errors
MANIFEST_ERROR_CONTENTS ![code/modules/cargo/order.dm 8](git.png)
Determines if contents will be deleted from the manifest but still be present in the crate
MANIFEST_ERROR_ITEM ![code/modules/cargo/order.dm 10](git.png)
Determines if contents will be deleted from the crate but still be present in the manifest
MANIFEST_ERROR_NAME ![code/modules/cargo/order.dm 6](git.png)
Determines if the station name will be incorrect on the manifest