This commit is contained in:
Timothy Teakettle
2020-07-04 18:44:47 +01:00
parent 05fb7a67fc
commit 5c5746c04c
+2 -2
View File
@@ -248,8 +248,8 @@
/obj/item/pet_carrier/bluespace/handle_internal_lifeform()
var/datum/gas_mixture/GM = new
GM.gases[/datum/gas/oxygen] = MOLES_O2STANDARD
GM.gases[/datum/gas/nitrogen] = MOLES_N2STANDARD
GM.gases[/datum/gas/oxygen] = MOLES_O2STANDARD/5000 //make sure they have enough oxygen for just that one singular breath (which is achieved by dividing by 5000)
GM.gases[/datum/gas/nitrogen] = MOLES_N2STANDARD/5000
GM.temperature = T20C
return GM