From ce038db52c9e41376cd3a37aa6a9569d5e40c2f0 Mon Sep 17 00:00:00 2001 From: Charlie <69320440+hal9000PR@users.noreply.github.com> Date: Sun, 20 Feb 2022 23:11:47 +0000 Subject: [PATCH] fixes deez bugs (#17428) --- code/modules/mob/living/carbon/carbon.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 53e48bae7e0..60e00dd7192 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -487,6 +487,8 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven var/failed = 0 if(istype(I, /obj/item/implant)) continue + if(istype(I, /obj/item/reagent_containers/food/pill/patch)) + continue if(I.flags & ABSTRACT) continue else