makes it plausible to hear most sounds while inside of a VR sleeper (#8034)

This commit is contained in:
deathride58
2019-02-22 09:09:54 -05:00
committed by kevinz000
parent 1f3cbd9ff4
commit 48a0157608
6 changed files with 27 additions and 5 deletions
+2
View File
@@ -76,6 +76,8 @@
return "a ... thing?"
/mob/proc/show_message(msg, type, alt_msg, alt_type)//Message, type of message (1 or 2), alternative message, alt message type (1 or 2)
if(audiovisual_redirect)
audiovisual_redirect.show_message(msg ? "<avredirspan class='small'>[msg]</avredirspan>" : null, type, alt_msg ? "<avredirspan class='small'>[alt_msg]</avredirspan>" : null, alt_type)
if(!client)
return