From f98f033bb374060490686ab1c5a0690041b2f821 Mon Sep 17 00:00:00 2001 From: r4d6 Date: Wed, 15 Jan 2020 23:57:13 -0500 Subject: [PATCH] Fix linter --- .../machinery/components/unary_devices/passive_vent.dm | 2 +- tgstation.dme | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm index 3f2784a1f8..94d8959987 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm @@ -13,7 +13,7 @@ /obj/machinery/atmospherics/components/unary/passive_vent/update_icon_nopipes() cut_overlays() if(showpipe) - var/image/cap = getpipeimage(icon, "vent_cap", initialize_directions, piping_layer = piping_layer) + var/image/cap = getpipeimage(icon, "vent_cap", initialize_directions) add_overlay(cap) icon_state = "passive_vent" diff --git a/tgstation.dme b/tgstation.dme index d8cd51aeb5..48ceb39df6 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -835,9 +835,11 @@ #include "code\game\objects\items\AI_modules.dm" #include "code\game\objects\items\airlock_painter.dm" #include "code\game\objects\items\apc_frame.dm" +#include "code\game\objects\items\balls.dm" #include "code\game\objects\items\blueprints.dm" #include "code\game\objects\items\body_egg.dm" #include "code\game\objects\items\bodybag.dm" +#include "code\game\objects\items\boombox.dm" #include "code\game\objects\items\candle.dm" #include "code\game\objects\items\cardboard_cutouts.dm" #include "code\game\objects\items\cards_ids.dm" @@ -2750,6 +2752,7 @@ #include "code\modules\research\designs\smelting_designs.dm" #include "code\modules\research\designs\stock_parts_designs.dm" #include "code\modules\research\designs\telecomms_designs.dm" +#include "code\modules\research\designs\tool_designs.dm" #include "code\modules\research\designs\weapon_designs.dm" #include "code\modules\research\designs\autolathe_desings\autolathe_designs_construction.dm" #include "code\modules\research\designs\autolathe_desings\autolathe_designs_electronics.dm" @@ -3186,4 +3189,4 @@ #include "modular_citadel\code\modules\reagents\objects\items.dm" #include "modular_citadel\code\modules\reagents\reagents\cit_reagents.dm" #include "modular_citadel\interface\skin.dmf" -// END_INCLUDE \ No newline at end of file +// END_INCLUDE