mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Hard deletes fun from Konyang (Point Verdant Radio Changes) (#18560)
* Konyang Radio * Changelog spell * Requested Changes (kill me) * more --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -31,11 +31,15 @@
|
||||
var/turf/T = get_turf(src)
|
||||
var/obj/effect/overmap/visitable/V = GLOB.map_sectors["[T.z]"]
|
||||
if(istype(V) && V.comms_support)
|
||||
if(V.comms_name)
|
||||
var/freq_name = V.name
|
||||
if(V.freq_name)
|
||||
freq_name = V.freq_name
|
||||
name = "[V.freq_name] encryption key"
|
||||
else if(V.comms_name)
|
||||
name = "[V.comms_name] encryption key"
|
||||
|
||||
channels += list(
|
||||
"[V.name]" = TRUE,
|
||||
"[freq_name]" = TRUE,
|
||||
CHANNEL_HAILING = TRUE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user