mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
fixes suit sensor interaction with telecomms (#12997)
Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
. = data
|
||||
|
||||
var/datum/signal/signal
|
||||
signal = telecomms_process_active()
|
||||
signal = telecomms_process_active(user.loc.z)
|
||||
|
||||
VUEUI_SET_CHECK(data["isAI"], isAI(user), ., data)
|
||||
data["crewmembers"] = list()
|
||||
|
||||
@@ -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