fixes deez bugs (#17428)

This commit is contained in:
Charlie
2022-02-20 23:11:47 +00:00
committed by GitHub
parent 4db0a5f925
commit ce038db52c
+2
View File
@@ -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