mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user