From 2e7e39c3592bbf64fd047c0d3a0568c4f902e05f Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 2 Feb 2019 08:17:32 -0600 Subject: [PATCH] oh my fuck travis quit complaining Travis doesn't like comments in the lists. --- 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 4d5a70eb13..a306caea19 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -9,9 +9,10 @@ var/list/ventcrawl_machinery = list( /obj/item/device/radio/borg, /obj/item/weapon/holder, /obj/machinery/camera, - /obj/belly, //VOREStation Edit + /obj/belly, /obj/screen ) + //VOREStation Edit : added /obj/belly, to this list, travis is complaining about this in his indentation check //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()