vents should hibernate if welded (#18757)

This commit is contained in:
Will
2025-11-11 21:29:20 +01:00
committed by GitHub
parent 3ed0765c03
commit 1222286e3b
@@ -145,6 +145,9 @@
//broadcast_status()
if(!use_power || (stat & (NOPOWER|BROKEN)))
return 0
if(welded) // Don't do anything if welded
SSmachines.hibernate_vent(src)
return 0
var/datum/gas_mixture/environment = loc.return_air()