fixes camera bug ventcrawling (#32708)

This commit is contained in:
ExpulsionSnooper
2022-05-29 23:17:40 -07:00
committed by GitHub
parent f61e50cc54
commit 42a374afd6

View File

@@ -21,6 +21,7 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
/obj/transmog_body_container, /obj/transmog_body_container,
/obj/item/verbs, /obj/item/verbs,
/obj/item/weapon/gun/hookshot/flesh, /obj/item/weapon/gun/hookshot/flesh,
/obj/item/device/camera_bug,
) )
return allowed_items return allowed_items