Fixes suffocation when eaten

Credit to Shadow Larkens for fix
This commit is contained in:
killer653
2017-06-16 15:17:43 -04:00
parent 9e267c8f9f
commit fd7020b8f5
+9 -6
View File
@@ -429,9 +429,12 @@
// This is about 0.896m^3 of atmosphere
/datum/gas_mixture/belly_air
volume = 1000
gas = list(
"oxygen" = 21,
"nitrogen" = 79)
temperature = 293.150
total_moles = 40
volume = 1000
temperature = 293.150
total_moles = 40
/datum/gas_mixture/belly_air/New()
. = ..()
gas = list(
"oxygen" = 21,
"nitrogen" = 79)