From 8cee720b8de5af9eb2b9f85819ee34094c7eb41d Mon Sep 17 00:00:00 2001 From: "Mr.Gustavo" <76793032+HanderBoy@users.noreply.github.com> Date: Thu, 7 Jan 2021 13:20:28 +0200 Subject: [PATCH] Headslugs pass through people. (#15231) * Slugfix They now pass tables and mobs Also you have to shoot them and not the tile they're sanding on for them to get shot. * Update code/modules/mob/living/simple_animal/hostile/headslug.dm Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> --- code/modules/mob/living/simple_animal/hostile/headslug.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/headslug.dm b/code/modules/mob/living/simple_animal/hostile/headslug.dm index 6800598fc7f..d53a5f033f6 100644 --- a/code/modules/mob/living/simple_animal/hostile/headslug.dm +++ b/code/modules/mob/living/simple_animal/hostile/headslug.dm @@ -19,6 +19,8 @@ obj_damage = 0 environment_smash = 0 speak_emote = list("squeaks") + pass_flags = PASSTABLE | PASSMOB + density = FALSE ventcrawler = 2 var/datum/mind/origin var/egg_lain = 0