From c3c5f869715c500b3af1a640a1e6ffafe3167697 Mon Sep 17 00:00:00 2001 From: Zna12 Date: Sun, 4 Mar 2018 11:54:25 -0600 Subject: [PATCH] Tacticool sensors (#5740) * Tacticool Sensors Tacticool Turtlenecks now have sensors, for those memes that want to wear them on station. * Atom is screwing with me. Fixed a rogue indent * I had this part ignored. Woops. * Code cleanup 101. Apparently I didn't need the rest of this. * Ree Stupid admin.txt --- modular_citadel/code/modules/clothing/under/syndicate.dm | 2 ++ tgstation.dme | 1 + 2 files changed, 3 insertions(+) create mode 100644 modular_citadel/code/modules/clothing/under/syndicate.dm diff --git a/modular_citadel/code/modules/clothing/under/syndicate.dm b/modular_citadel/code/modules/clothing/under/syndicate.dm new file mode 100644 index 0000000000..5364d4a0fb --- /dev/null +++ b/modular_citadel/code/modules/clothing/under/syndicate.dm @@ -0,0 +1,2 @@ +/obj/item/clothing/under/syndicate/tacticool + has_sensor = TRUE diff --git a/tgstation.dme b/tgstation.dme index 111dbd9620..dd980eeb88 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -2602,6 +2602,7 @@ #include "modular_citadel\code\modules\clothing\under.dm" #include "modular_citadel\code\modules\clothing\spacesuits\flightsuit.dm" #include "modular_citadel\code\modules\clothing\under\polychromic_clothes.dm" +#include "modular_citadel\code\modules\clothing\under\syndicate.dm" #include "modular_citadel\code\modules\clothing\under\turtlenecks.dm" #include "modular_citadel\code\modules\crafting\recipes.dm" #include "modular_citadel\code\modules\events\blob.dm"