This commit is contained in:
Arokha Sieyes
2018-02-15 03:42:49 -06:00
parent 7492fba5bc
commit cf7754a55a
+2 -2
View File
@@ -203,8 +203,8 @@
proc/resp_breath()
if(!active) return null
var/datum/gas_mixture/breath = new()
breath.adjust_gas("oxygen", 300)
var/datum/gas_mixture/breath = new(BREATH_VOLUME)
breath.adjust_gas("oxygen", BREATH_MOLES)
breath.temperature = T20C
return breath