Fixes a pair of runtimes

This commit is contained in:
Heroman
2022-10-23 05:02:54 +10:00
parent ebb3dff71a
commit e954802b01
2 changed files with 5 additions and 2 deletions
@@ -86,5 +86,8 @@
var/mob/living/L = M
L.apply_status_effect(STATUS_EFFECT_GOOD_MUSIC)
*/
if(!M)
hearing_mobs -= M
continue
M.playsound_local(source, null, volume * using_instrument.volume_multiplier, S = music_played, preference = /datum/client_preference/instrument_toggle, volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
// Could do environment and echo later but not for now