Ports "Slightly improves visible and audible messages."

This commit is contained in:
Ghommie
2019-12-06 02:02:12 +01:00
parent 8a6b9ac7e0
commit 9ca7bb759c
22 changed files with 47 additions and 43 deletions
+1 -1
View File
@@ -595,7 +595,7 @@
for(var/mob/living/H in hearing_mobs)
if(H && H.client && (isturf(H.loc)))
H.show_message(struggle_outer_message, 1) // visible
H.show_message(struggle_outer_message, MSG_VISUAL) // visible
to_chat(R,struggle_user_message)