Update large_objects.dm

This commit is contained in:
Sishen
2019-06-20 19:23:47 -04:00
parent 0d3efa0abd
commit df7f8b8313
+4 -4
View File
@@ -141,11 +141,11 @@
var/gases = C.air_contents.gases
worth += gases[/datum/gas/bz]*4
worth += gases[/datum/gas/stimulum]*100
worth += gases[/datum/gas/stimulum]*25
worth += gases[/datum/gas/hypernoblium]*1000
worth += gases[/datum/gas/miasma]*10
worth += gases[/datum/gas/tritium]*5
worth += gases[/datum/gas/pluoxium]*5
worth += gases[/datum/gas/miasma]*15
worth += gases[/datum/gas/tritium]*7
worth += gases[/datum/gas/pluoxium]*6
return worth
/datum/export/large/odysseus