From 0dbc8666afe656846bc215b838f463f908d8fd8a Mon Sep 17 00:00:00 2001 From: Pandora Date: Wed, 6 Apr 2022 15:57:44 +0100 Subject: [PATCH] Update ventcrawl.dm --- code/modules/ventcrawl/ventcrawl.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/ventcrawl/ventcrawl.dm b/code/modules/ventcrawl/ventcrawl.dm index fc8e44decf..d436198017 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -7,13 +7,14 @@ var/list/ventcrawl_machinery = list( /mob/living/var/list/can_enter_vent_with = list( /obj/item/weapon/implant, /obj/item/device/radio/borg, + /obj/item/device/radio/headset/mob_headset, /obj/item/weapon/holder, /obj/machinery/camera, /obj/belly, /obj/screen, /atom/movable/emissive_blocker ) - //VOREStation Edit : added /obj/belly, to this list, CI is complaining about this in his indentation check + //VOREStation Edit : added /obj/belly, to this list, CI is complaining about this in his indentation check. Added mob_headset for those with radios so there's no weirdness. //mob/living/simple_mob/borer, //VORESTATION AI TEMPORARY REMOVAL REPLACE BACK IN LIST WHEN RESOLVED //VOREStation Edit /mob/living/var/list/icon/pipes_shown = list()