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
+1
View File
@@ -35,6 +35,7 @@
/mob/living/carbon/human/virtual_reality/proc/revert_to_reality(deathchecks = TRUE)
if(real_mind && mind)
real_mind.current.audiovisual_redirect = null
real_mind.current.ckey = ckey
real_mind.current.stop_sound_channel(CHANNEL_HEARTBEAT)
if(deathchecks && vr_sleeper)