diff --git a/mod_celadon/cargo_items/code/export/canister.dm b/mod_celadon/cargo_items/code/export/canister.dm index 30e075a3a91c..a52c0944348a 100644 --- a/mod_celadon/cargo_items/code/export/canister.dm +++ b/mod_celadon/cargo_items/code/export/canister.dm @@ -2,7 +2,7 @@ var/obj/machinery/portable_atmospherics/canister/C = O var/worth = 10 - worth += C.air_contents.get_moles(GAS_BZ)*0.2 + worth += C.air_contents.get_moles(GAS_BZ)*0.02 worth += C.air_contents.get_moles(GAS_STIMULUM)*100 worth += C.air_contents.get_moles(GAS_HYPERNOB)*1000 worth += C.air_contents.get_moles(GAS_TRITIUM)*4