Fix SM (and some other) follow links (#20554)

* hoopefully fix SM message tracking being really weird

* update some more follow targets

* Apply suggestions from code review

hehe

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Cleans up some loose ends, implements for arrivals announcer too

* Changes target to the new deactivated core

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Luc
2023-03-26 07:17:37 -04:00
committed by GitHub
parent 148d1275c3
commit 6bf5172bec
10 changed files with 17 additions and 7 deletions
@@ -40,6 +40,7 @@
/obj/machinery/mineral/labor_prisoner_shuttle_console/Initialize()
. = ..()
announcer = new /obj/item/radio/intercom(null)
announcer.follow_target = src
announcer.config(list("Security" = 0))
/obj/machinery/mineral/labor_prisoner_shuttle_console/Destroy()