From 8fa15ca177fb0baa626de75a39301c7ce35239fa Mon Sep 17 00:00:00 2001 From: cuberound Date: Tue, 23 Jun 2026 15:01:47 +0200 Subject: [PATCH] hiss and growl working --- .../mob/living/simple_animal/hostile/retaliate/bortrough.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/bortrough.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/bortrough.dm index 26de52e32206..1a0781aef142 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/bortrough.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/bortrough.dm @@ -12,8 +12,8 @@ grab_level = GRAB_CHOKE base_state = "Bortrough" death_sound = 'sound/effects/bortrough-die.ogg' - growl_sound = "bortrough-chuff" - hiss_sound = "bortrough-hurt" + growl_sound = "bortrough_growl" + hiss_sound = "bortrough_hiss" wound_icon = 'icons/mob/bortrough.dmi' pixel_x = -22 var/pulling_state = "Bortrough Running Open Jaws"