mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Fix vents not linking to air alarms (#16706)
This commit is contained in:
@@ -313,6 +313,7 @@
|
||||
/obj/machinery/atmospherics/unary/vent_pump/proc/set_frequency(new_frequency)
|
||||
radio_connection = register_radio(src, frequency, new_frequency, radio_filter_in)
|
||||
frequency = new_frequency
|
||||
broadcast_status()
|
||||
|
||||
/obj/machinery/atmospherics/unary/vent_pump/receive_signal(datum/signal/signal)
|
||||
if(stat & (NOPOWER|BROKEN))
|
||||
|
||||
Reference in New Issue
Block a user