[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
@@ -57,7 +57,7 @@
if(!secured || next_activate > world.time)
return FALSE
pulse(FALSE)
audible_message("[icon2html(src, hearers(src))] *beep* *beep* *beep*", null, hearing_range)
audible_message("<span class='infoplain'>[icon2html(src, hearers(src))] *beep* *beep* *beep*</span>", null, hearing_range)
for(var/CHM in get_hearers_in_view(hearing_range, src))
if(ismob(CHM))
var/mob/LM = CHM