New Reality when one disappears

Spawns in a new reality when one disappears.
This commit is contained in:
keronshb
2021-05-10 21:12:45 -04:00
parent 82e4421cde
commit 57dfe8dc09
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -142,7 +142,7 @@
// Can most things breathe?
if(trace_gases)
continue
if(A.get_moles(/datum/gas/oxygen) >= 16)
if(A.get_moles(/datum/gas/oxygen) < 16)
continue
if(A.get_moles(/datum/gas/plasma))
continue