mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user