From fc8e61511ff47c2633f9c10ebe1c00bfd2044ddc Mon Sep 17 00:00:00 2001 From: Rykka Date: Fri, 17 Jan 2020 15:35:00 -0700 Subject: [PATCH] Test fixes --- .../mob/living/simple_mob/subtypes/animal/hyena/hyena.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm b/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm index c60fb0d35e..cbbfcc093e 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm @@ -59,7 +59,7 @@ They're also cool, and Rykka/Nyria wrote this uwu vore_pounce_chance = 35 vore_pounce_maxhealth = 90 vore_standing_too = 1 // nomf people while they're standing, yus. - swallowsound = 'sound/vore/sunesound/pred/insertion_01' + swallowsound = 'sound/vore/sunesound/pred/insertion_01.ogg' vore_default_mode = DM_HOLD // yeengut takes a sec to kick in :3 vore_digest_chance = 95 // you move, yeengut is gonna kick in~ @@ -86,6 +86,7 @@ They're also cool, and Rykka/Nyria wrote this uwu /mob/living/simple_mob/init_vore() // Shenanigans to make the internal loop play inside belly until PR for adding fleshy sounds is added upstrem ..() + var/obj/belly/B = vore_selected B.wet_loop = 1 // Silly stuff. HATS! Give your yeen a hat today <3