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

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