mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 23:46:43 +01:00
Fixes #2810
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user