From a873cd1c7d183e8a39c17dac13c600e60ccb2a98 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Thu, 18 Oct 2018 16:59:48 -0400 Subject: [PATCH] adjust config sounds --- spawners_env/config.lua | 7 ++++--- spawners_mobs/config.lua | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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" } },