From dabcd51fd2aebd62d9a7df1aff651cc367a647b0 Mon Sep 17 00:00:00 2001 From: Adrer Date: Mon, 18 Mar 2024 18:54:50 +0100 Subject: [PATCH] Makes headslug mob_size MOB_SIZE_SMALL (#24623) Co-authored-by: adrermail@gmail.com --- code/modules/mob/living/simple_animal/hostile/headslug.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/headslug.dm b/code/modules/mob/living/simple_animal/hostile/headslug.dm index be34f9ff999..55c1d05008c 100644 --- a/code/modules/mob/living/simple_animal/hostile/headslug.dm +++ b/code/modules/mob/living/simple_animal/hostile/headslug.dm @@ -21,6 +21,7 @@ environment_smash = 0 speak_emote = list("squeaks") pass_flags = PASSTABLE | PASSMOB + mob_size = MOB_SIZE_SMALL density = FALSE ventcrawler = VENTCRAWLER_ALWAYS a_intent = INTENT_HARM