Skip to content

Commit

Permalink
Update canister.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Molnia <[email protected]>
  • Loading branch information
molnizz authored Aug 21, 2024
1 parent f9f8af4 commit a94ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_celadon/cargo_items/code/export/canister.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a94ec3a

Please sign in to comment.