code/__DEFINES/cargo.dm
CARGO_CRATE_VALUE | The baseline unit for cargo crates. Adjusting this will change the cost of all in-game shuttles, crate export values, bounty rewards, and all supply pack import values, as they use this as their unit of measurement. |
---|---|
CARGO_MAX_ORDER | The highest amount of orders you can have of one thing at any one time |
OVER_ORDER_LIMIT | Returned by /obj/docking_port/mobile/supply/proc/get_order_count to signify us going over the order limit |
SCAN_EXPORTS | Universal Scanner mode for export scanning. |
SCAN_SALES_TAG | Universal Scanner mode for using the sales tagger. |
SCAN_PRICE_TAG | Universal Scanner mode for using the price tagger. |
Define Details
CARGO_CRATE_VALUE
The baseline unit for cargo crates. Adjusting this will change the cost of all in-game shuttles, crate export values, bounty rewards, and all supply pack import values, as they use this as their unit of measurement.
CARGO_MAX_ORDER
The highest amount of orders you can have of one thing at any one time
OVER_ORDER_LIMIT
Returned by /obj/docking_port/mobile/supply/proc/get_order_count to signify us going over the order limit
SCAN_EXPORTS
Universal Scanner mode for export scanning.
SCAN_PRICE_TAG
Universal Scanner mode for using the price tagger.
SCAN_SALES_TAG
Universal Scanner mode for using the sales tagger.