Update large_objects.dm

This commit is contained in:
Trilbyspaceclone
2020-06-08 01:09:06 -04:00
committed by GitHub
parent d1a80ca2d7
commit abaf633ab9
+6 -7
View File
@@ -171,13 +171,12 @@
var/worth = 10
var/gases = C.air_contents.gases
worth += gases[/datum/gas/bz]*2
worth += gases[/datum/gas/stimulum]*20
worth += gases[/datum/gas/hypernoblium]*100
worth += gases[/datum/gas/miasma]*1
worth += gases[/datum/gas/tritium]*4
worth += gases[/datum/gas/pluoxium]*3
worth += gases[/datum/gas/nitryl]*30
worth += gases[/datum/gas/bz]*3
worth += gases[/datum/gas/stimulum]*25
worth += gases[/datum/gas/hypernoblium]*1000
worth += gases[/datum/gas/miasma]*2
worth += gases[/datum/gas/tritium]*7
worth += gases[/datum/gas/pluoxium]*6
return worth