mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Fixes suffocation when eaten
Credit to Shadow Larkens for fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user