From f71bce3eee68f6d9da72c778dd69207ade5aeedb Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 11 Oct 2017 23:40:07 +0300 Subject: [PATCH] volume tweak --- code/modules/vore/eating/living_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index f72732bf224..63485522d5e 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -183,10 +183,10 @@ var/growlsound = pick(hunger_sounds) if(nutrition < 50) for(var/mob/hearer in range(1,src)) - hearer << sound(growlsound,volume=30) + hearer << sound(growlsound,volume=80) else for(var/mob/hearer in range(1,src)) - hearer << sound(growlsound,volume=15) + hearer << sound(growlsound,volume=35) if(air_master.current_cycle%90 != 1) return //Occasionally do supercleanups. for (var/I in vore_organs)