From 59f7191c96700661ef44bd2b0ef6e04e6119382b Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 18:07:57 +0200 Subject: [PATCH] Fix a missed name chane with wolf --- .../modules/mob/living/simple_mob/subtypes/vore/wolf.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm index f5d7f59e09..fe1363fb5a 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm @@ -1,7 +1,7 @@ -/mob/living/simple_mob/animal/wolf/direwolf/Initialize() +/mob/living/simple_mob/vore/wolf/direwolf/Initialize() . = ..() verbs += /mob/living/simple_mob/proc/pick_color -/mob/living/simple_mob/animal/wolf/direwolf +/mob/living/simple_mob/vore/wolf/direwolf maxHealth = 100 - health = 100 \ No newline at end of file + health = 100