Dense atmos machines actually get cultified (#19374)

* Dense atmos machines actually get cultified

* No need to check if it's already invisible
This commit is contained in:
Pathid
2018-10-05 07:03:58 -07:00
committed by jknpj
parent 645ad19bac
commit 1c6620ce26

View File

@@ -289,7 +289,9 @@ Pipelines + Other Objects -> Pipe network
return FALSE
/obj/machinery/atmospherics/cultify()
if(src.invisibility != INVISIBILITY_MAXIMUM)
if(density)
..()
else
src.invisibility = INVISIBILITY_MAXIMUM