From c07e044052d7effa835010efb3585d75c67d80d6 Mon Sep 17 00:00:00 2001 From: Kyani <65205627+EmeraldCandy@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:21:45 -0500 Subject: [PATCH] updates harvester sound (#27709) --- code/modules/mob/living/simple_animal/constructs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/constructs.dm b/code/modules/mob/living/simple_animal/constructs.dm index d17e5842d69..dbb791303b8 100644 --- a/code/modules/mob/living/simple_animal/constructs.dm +++ b/code/modules/mob/living/simple_animal/constructs.dm @@ -305,9 +305,9 @@ health = 40 melee_damage_lower = 20 melee_damage_upper = 25 - attacktext = "prods" + attacktext = "rends" environment_smash = ENVIRONMENT_SMASH_RWALLS - attack_sound = 'sound/weapons/tap.ogg' + attack_sound = 'sound/weapons/bladeslice.ogg' construct_type = "harvester" construct_spells = list(/datum/spell/night_vision, /datum/spell/aoe/conjure/build/wall,