Skip to content

Commit

Permalink
Merge pull request #899 from molnizz/cringe21
Browse files Browse the repository at this point in the history
Update: canister.dm
  • Loading branch information
MrCat15352 authored Aug 21, 2024
2 parents edd9983 + a94ec3a commit 0e7847f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mod_celadon/cargo_items/code/export/canister.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
var/obj/machinery/portable_atmospherics/canister/C = O
var/worth = 10

worth += C.air_contents.get_moles(GAS_BZ)*0.002
worth += C.air_contents.get_moles(GAS_STIMULUM)*0.1
worth += C.air_contents.get_moles(GAS_HYPERNOB)*1
worth += C.air_contents.get_moles(GAS_TRITIUM)*0.004
worth += C.air_contents.get_moles(GAS_PLUOXIUM)*0.005
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
worth += C.air_contents.get_moles(GAS_PLUOXIUM)*5
return worth

0 comments on commit 0e7847f

Please sign in to comment.