Ties security level looping sounds to ambience volume (#93877)

This commit is contained in:
Neocloudy
2025-11-13 08:53:37 +01:00
committed by GitHub
parent 17cb9c14bd
commit 045836192d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ SUBSYSTEM_DEF(security_level)
if(!current_security_level.looping_sound) // No sound? No play.
can_fire = FALSE
return
sound_to_playing_players(current_security_level.looping_sound)
sound_to_playing_players(current_security_level.looping_sound, volume_preference = /datum/preference/numeric/volume/sound_ambience_volume)
/**