mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Coolant injectors broadcast status on atmos_init (#13199)
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
..()
|
||||
|
||||
set_frequency(frequency)
|
||||
broadcast_status()
|
||||
|
||||
/obj/machinery/atmospherics/unary/outlet_injector/receive_signal(datum/signal/signal)
|
||||
if(!signal.data["tag"] || (signal.data["tag"] != id) || (signal.data["sigtype"]!="command"))
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Atmospherics consoles linked to injector outlets (e.g. Supermatter coolant control console) will no longer require you to click 'Search for input port' the first time you open it in a round, they will instead start with their mapped injector already linked properly."
|
||||
Reference in New Issue
Block a user