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:
Ben
2024-03-05 18:06:03 +00:00
committed by GitHub
co-authored by Ben10083
parent afc3a061d3
commit a58283353d
8 changed files with 122 additions and 34 deletions
@@ -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
)