This commit is contained in:
Fox-McCloud
2016-07-29 17:07:25 -04:00
parent bde5755916
commit 731600a21f
3 changed files with 80 additions and 73 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
ExtinguishMob()
return
var/datum/gas_mixture/G = loc.return_air() // Check if we're standing in an oxygenless environment
if(!G.oxygen || G.oxygen < 1)
if(G.oxygen < 1)
ExtinguishMob() //If there's no oxygen in the tile we're on, put out the fire
return
var/turf/location = get_turf(src)