makes it plausible to hear most sounds while inside of a VR sleeper (#8034)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user