From 84a7a5fa457200e60cb8db65a866ecde6041b0f3 Mon Sep 17 00:00:00 2001 From: thingpony Date: Thu, 28 Sep 2023 21:20:30 -0500 Subject: [PATCH] Awoo --- modular_coyote/code/mob.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_coyote/code/mob.dm b/modular_coyote/code/mob.dm index b2e685abd25..5c110cbecb3 100644 --- a/modular_coyote/code/mob.dm +++ b/modular_coyote/code/mob.dm @@ -150,6 +150,7 @@ harm_intent_damage = 10 melee_damage_lower = 10 melee_damage_upper = 20 + health = 300 maxHealth = 300 /mob/living/simple_animal/pet/wolf/direwolf/Initialize()