Further Ambience Tweaks (#14716)

This commit is contained in:
SleepyGemmy
2022-09-11 20:45:30 +02:00
committed by GitHub
parent 1fe1d1020f
commit bf3a6b5119
14 changed files with 136 additions and 86 deletions

View File

@@ -45,7 +45,7 @@
/area/exoplanet/grass/play_ambience(var/mob/living/L)
..()
if(L && L.client && (L.client.prefs.asfx_togs & ASFX_AMBIENCE) && !L.ear_deaf)
if(L && L.client && (L.client.prefs.sfx_toggles & ASFX_AMBIENCE) && !L.ear_deaf)
L.playsound_to(get_turf(L),sound('sound/ambience/jungle.ogg', repeat = 1, wait = 0, volume = 25, channel = 1))
/datum/random_map/noise/exoplanet/grass