Fixes a few runtimes

This commit is contained in:
Casey
2022-10-23 14:54:28 -04:00
committed by CHOMPStation2
parent 35b0db8c4d
commit 41994a7920
4 changed files with 1053 additions and 3 deletions

View File

@@ -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