mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-16 07:20:27 +02:00
all achievements have icons now. Also add another sound to the magma sea ambience
This commit is contained in:
@ -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/
|
||||
|
BIN
df_ambience/sounds/dfcaverns_avalanche.ogg
Normal file
BIN
df_ambience/sounds/dfcaverns_avalanche.ogg
Normal file
Binary file not shown.
@ -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