From 3b4fc99e35b2243528720a48cde7450657040160 Mon Sep 17 00:00:00 2001 From: Morrow Date: Tue, 3 Oct 2023 22:21:47 -0400 Subject: [PATCH] missed this little guy --- code/modules/mob/living/carbon/xenomorph/Xenomorph.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm b/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm index 166d66f9a259..7f738716c521 100644 --- a/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm +++ b/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm @@ -102,7 +102,7 @@ var/can_hivemind_speak = TRUE // Tackles - var/tackle_min = 2 + var/tackle_min = 3 var/tackle_max = 7 var/tacklestrength_min = 2 var/tacklestrength_max = 3