From d974019298a6565e28b9a1ce1de5df83e66079ab Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Sat, 4 Feb 2023 07:35:26 +1100 Subject: [PATCH] Drake spit sound changes. --- .../subtypes/animal/sif/grafadreka/grafadreka_misc.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm index cdd31e933f..57e0ee03b4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/grafadreka/grafadreka_misc.dm @@ -64,7 +64,7 @@ Field studies suggest analytical abilities on par with some species of cepholapo /obj/item/projectile/drake_spit - name = "drake spit" + name = "drake spittle" icon_state = "ice_1" damage = 0 embed_chance = 0 @@ -75,7 +75,7 @@ Field studies suggest analytical abilities on par with some species of cepholapo stun = 3 weaken = 3 eyeblur = 5 - fire_sound = 'sound/effects/splat.ogg' + fire_sound = 'sound/voice/drakes/drake_spit.ogg' /obj/item/projectile/drake_spit/on_hit(atom/target, blocked, def_zone) // Stun is needed to effectively hunt simplemobs, but it's OP against humans. @@ -90,6 +90,7 @@ Field studies suggest analytical abilities on par with some species of cepholapo stun = 0 weaken = 0 eyeblur = 2 + fire_sound = 'sound/voice/drakes/hatchling_spit.ogg' /mob/living/simple_mob/animal/sif/grafadreka/rainbow/setup_colours() glow_colour = get_random_colour(TRUE)