mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Bugfix for a compile error in life.dm
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3622 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
|
||||
..()
|
||||
|
||||
if (stat != 2) //still breathing
|
||||
var/datum/gas_mixture/environment = loc.return_air()
|
||||
|
||||
var/datum/gas_mixture/environment = loc.return_air()
|
||||
if (stat != 2) //still breathing
|
||||
|
||||
//First, resolve location and get a breath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user