mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
fixes suit sensor interaction with telecomms (#12997)
Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
data["_PC"] = get_header_data(data["_PC"])
|
||||
|
||||
var/datum/signal/signal
|
||||
signal = telecomms_process_active()
|
||||
signal = telecomms_process_active(user.loc.z)
|
||||
|
||||
var/list/mechs = list()
|
||||
var/list/robots = list()
|
||||
|
||||
Reference in New Issue
Block a user