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"