Merge pull request #11275 from Citadel-Station-13/Ghommie-patch-6

Reenables the swarmers event.
This commit is contained in:
kevinz000
2020-04-13 05:50:24 -07:00
committed by GitHub
3 changed files with 65 additions and 6 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
// Can most things breathe?
if(trace_gases)
continue
if(A_gases[/datum/gas/oxygen] >= 16)
if(A_gases[/datum/gas/oxygen] <= 16)
continue
if(A_gases[/datum/gas/plasma])
continue