[MIRROR] Reduces the amount of unsorted chat messages (#4742)

* Reduces the amount of unsorted chat messages (#58192)

* Reduces the amount of unsorted chat messages

Co-authored-by: Seris02 <49109742+Seris02@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-04-08 15:17:11 +02:00
committed by GitHub
parent f394fce67b
commit a2eaebb7a7
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -798,7 +798,7 @@ GLOBAL_LIST_EMPTY(PDAs)
playsound(src, pick('sound/machines/twobeep_voice1.ogg', 'sound/machines/twobeep_voice2.ogg'), 50, TRUE)
else
playsound(src, 'sound/machines/twobeep_high.ogg', 50, TRUE)
audible_message("[icon2html(src, hearers(src))] *[ttone]*", null, 3)
audible_message("<span class='infoplain'>[icon2html(src, hearers(src))] *[ttone]*</span>", null, 3)
//Search for holder of the PDA.
var/mob/living/L = null
if(loc && isliving(loc))