From 5b3c8dc06cab9ce4222723ebd5ce7087c2c75ab6 Mon Sep 17 00:00:00 2001 From: Rykka Date: Mon, 20 Jan 2020 00:29:10 -0700 Subject: [PATCH] Remove the init_vore line that was spamming runtimes. --- .../mob/living/simple_mob/subtypes/animal/hyena/hyena.dm | 5 ----- 1 file changed, 5 deletions(-) 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 cbbfcc093e..d41fd81fcc 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 @@ -84,11 +84,6 @@ They're also cool, and Rykka/Nyria wrote this uwu var/obj/item/clothing/head/hat = null // The hat the yeen is wearing when initialized, var will update with the chosen hat. -/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 /mob/living/simple_mob/animal/hyena/verb/remove_hat() set name = "Remove Hat"