mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2026-01-12 04:15:30 +01:00
all achievements have icons now. Also add another sound to the magma sea ambience
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user