Adds follow button to hivenet broadcasts, fixes follow button falling off observer manifest (#18200)

* Adds follow button to hivenet broadcasts, fixes follow button falling off ghost manifest

Fixes #18190

* Update code/modules/mob/language/station.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
Signed-off-by: AlaunusLux <89751433+AlaunusLux@users.noreply.github.com>

---------

Signed-off-by: AlaunusLux <89751433+AlaunusLux@users.noreply.github.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
AlaunusLux
2024-01-15 13:51:28 +00:00
committed by GitHub
co-authored by Matt Atlas
parent ba20338f50
commit 629b0ad436
3 changed files with 46 additions and 2 deletions
+3 -1
View File
@@ -255,8 +255,10 @@
speaker_encryption_key = speaker_socket.encryption_key
for(var/mob/player in GLOB.player_list)
if(istype(player, /mob/abstract/observer) || player == speaker)
if(player == speaker)
to_chat(player, msg)
else if(isobserver(player))
to_chat(player, "[ghost_follow_link(speaker, player)] [msg]")
else if(!within_jamming_range(player) && check_special_condition(player))
if(speaker_encryption_key)
var/mob/living/carbon/human/listener_human = player