diff --git a/spawners_env/config.lua b/spawners_env/config.lua index c84a5d9..1a2ba44 100644 --- a/spawners_env/config.lua +++ b/spawners_env/config.lua @@ -92,7 +92,8 @@ MOBS_PROPS = { dummy_texture = {"mobs_spider.png"}, night_only = true, sound_custom = "", - env = true + env = true, + sound_custom = "mobs_spider_neutral" }, { name = "stone_monster", @@ -102,7 +103,7 @@ MOBS_PROPS = { dummy_mesh = "mobs_stone_monster.b3d", dummy_texture = {"mobs_stone_monster.png"}, night_only = true, - sound_custom = "mobs_stonemonster" + sound_custom = "mobs_stonemonster_neutral" }, { name = "oerkki", @@ -122,7 +123,7 @@ MOBS_PROPS = { dummy_mesh = "mobs_tree_monster.b3d", dummy_texture = {"mobs_tree_monster.png"}, night_only = true, - sound_custom = "mobs_treemonster" + sound_custom = "mobs_treemonster_neutral" } }, diff --git a/spawners_mobs/config.lua b/spawners_mobs/config.lua index 4ca3be4..9cea403 100644 --- a/spawners_mobs/config.lua +++ b/spawners_mobs/config.lua @@ -92,7 +92,8 @@ MOBS_PROPS = { dummy_texture = {"mobs_spider.png"}, night_only = true, sound_custom = "", - env = true + env = true, + sound_custom = "mobs_spider_neutral" }, { name = "stone_monster", @@ -102,7 +103,7 @@ MOBS_PROPS = { dummy_mesh = "mobs_stone_monster.b3d", dummy_texture = {"mobs_stone_monster.png"}, night_only = true, - sound_custom = "mobs_stonemonster" + sound_custom = "mobs_stonemonster_neutral" }, { name = "oerkki", @@ -122,7 +123,7 @@ MOBS_PROPS = { dummy_mesh = "mobs_tree_monster.b3d", dummy_texture = {"mobs_tree_monster.png"}, night_only = true, - sound_custom = "mobs_treemonster" + sound_custom = "mobs_treemonster_neutral" } },