insanity
This commit is contained in:
@@ -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
Reference in New Issue
Block a user