Remove the init_vore line that was spamming runtimes.

This commit is contained in:
Rykka
2020-01-20 00:29:10 -07:00
parent 9aaaa44ace
commit 5b3c8dc06c
@@ -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"