Makes miasma generate correctly, reverts previous pluox change.

This commit is contained in:
Putnam
2020-04-05 03:23:58 -07:00
parent 1bf37dfb1b
commit 31f4269515
2 changed files with 10 additions and 4 deletions
@@ -172,14 +172,14 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g
/datum/gas/pluoxium
id = "pluox"
specific_heat = 160
specific_heat = 80
name = "Pluoxium"
fusion_power = 10
rarity = 200
/datum/gas/miasma
id = "miasma"
specific_heat = 0.00001
specific_heat = 20
fusion_power = 50
name = "Miasma"
gas_overlay = "miasma"