Adds Methane and Methyl Bromide
This commit is contained in:
@@ -182,3 +182,20 @@
|
||||
|
||||
/obj/item/tank/internals/emergency_oxygen/double/empty/populate_gas()
|
||||
return
|
||||
|
||||
/*
|
||||
* Methyl Bromide
|
||||
*/
|
||||
/obj/item/tank/internals/methyl_bromide
|
||||
name = "mantid gas reactor"
|
||||
desc = "A mantid gas processing plant that continuously synthesises 'breathable' atmosphere."
|
||||
icon_state = "methyl_bromide"
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
force = 6
|
||||
distribute_pressure = 13
|
||||
volume = 10
|
||||
|
||||
/obj/item/tank/internals/methyl_bromide/populate_gas()
|
||||
air_contents.set_moles(/datum/gas/methyl_bromide, (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C))
|
||||
return
|
||||
Reference in New Issue
Block a user