mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
vents should hibernate if welded (#18757)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user