This commit is contained in:
silicons
2020-08-07 05:59:26 -07:00
parent c664279e74
commit 7330ee18bb
2 changed files with 664 additions and 254 deletions
@@ -186,6 +186,22 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g
moles_visible = MOLES_GAS_VISIBLE * 60
rarity = 250
/datum/gas/freon
id = "freon"
specific_heat = 600
name = "Freon"
gas_overlay = "freon"
moles_visible = MOLES_GAS_VISIBLE *30
fusion_power = -5
rarity = 10
/datum/gas/hydrogen
id = "hydrogen"
specific_heat = 15
name = "Hydrogen"
dangerous = TRUE
rarity = 700
/obj/effect/overlay/gas
icon = 'icons/effects/atmospherics.dmi'
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
File diff suppressed because it is too large Load Diff