mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Makes the ghost follow links work with radios
This commit is contained in:
@@ -17,5 +17,8 @@
|
||||
. = src.say_dead(message)
|
||||
|
||||
/mob/dead/observer/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq)
|
||||
if(radio_freq)
|
||||
var/atom/movable/virtualspeaker/V = speaker
|
||||
speaker = V.source
|
||||
src << "<a href=?src=\ref[src];follow=\ref[speaker]>(F)</a> [message]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user