all achievements have icons now. Also add another sound to the magma sea ambience

This commit is contained in:
FaceDeer
2022-08-20 19:39:20 -06:00
parent 32e510a354
commit a2c72faff3
23 changed files with 80 additions and 36 deletions

View File

@ -49,4 +49,4 @@ creepywhisper_ambient - https://freesound.org/people/ohnobones/sounds/412769/
bangkok frog - https://freesound.org/people/WIM/sounds/9099/
black casqued hornbill 5-https://freesound.org/people/ERH/sounds/56549/
exotic birds sound - https://freesound.org/people/bolkmar/sounds/423804/
avalanche - https://freesound.org/people/mystiscool/sounds/7141/

Binary file not shown.

View File

@ -114,7 +114,7 @@ df_ambience.add_set({
-- Oil sea
-- No soundset here, gas seeps make noise and that's valuable information for the player so don't disorient them with random noises
-- No soundset here
-- Lava sea
@ -125,6 +125,7 @@ df_ambience.add_set({
nodes = {lava_source},
sounds = {
{name = "dfcaverns_massive_digging", gain = 1.0},
{name = "dfcaverns_avalanche", gain = 1.0},
},
sound_check = function(def)
return df_caverns.get_biome(def.pos) == "lava_sea"