From 399bcfa90055291880e8b181da8ca9759e1f6787 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 15 Mar 2018 23:50:29 -0400 Subject: [PATCH] VS: Allow ventcrawling with bellies --- code/modules/ventcrawl/ventcrawl.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/ventcrawl/ventcrawl.dm b/code/modules/ventcrawl/ventcrawl.dm index 91424240a2a..599f5964457 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -10,6 +10,7 @@ var/list/ventcrawl_machinery = list( /obj/item/weapon/holder, /obj/machinery/camera, /mob/living/simple_animal/borer, + /obj/belly, //VOREStation Edit, /obj/screen )