From 7a50256de5cea1050f496a6aad9e35b3484f9905 Mon Sep 17 00:00:00 2001 From: Arceniu <129214736+Arceniu@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:55:28 +0300 Subject: [PATCH] fix load_default_bellies in wolf.dm (#19649) --- code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm index 113e2ded35e..db4ff02262e 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm @@ -43,7 +43,7 @@ pain_emote_1p = list("yelp", "whine", "bark", "growl") pain_emote_3p = list("yelps", "whines", "barks", "growls") -/mob/living/simple_mob/animal/vore/wolf/load_default_bellies() +/mob/living/simple_mob/vore/wolf/load_default_bellies() . = ..() var/obj/belly/B = vore_selected