Merge pull request #13452 from Tupinambis/CarbonHydrogenBromine

Ascent Port Project: Methane and Methyl Bromide Gas Additions
This commit is contained in:
silicons
2020-10-01 03:13:15 -07:00
committed by GitHub
10 changed files with 151 additions and 12 deletions
@@ -96,6 +96,8 @@
throw_alert("not_enough_co2", /obj/screen/alert/not_enough_co2)
else if(S.breathid == "n2")
throw_alert("not_enough_nitro", /obj/screen/alert/not_enough_nitro)
else if(S.breathid == "ch3br")
throw_alert("not_enough_ch3br", /obj/screen/alert/not_enough_ch3br)
return FALSE
else