From 8c1b7c06ad1d581c7a24ebcd66ea5e5bc79d3184 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 8 Feb 2016 10:30:02 +1030 Subject: [PATCH] Made Teshari clothing not have any coverage. --- code/modules/clothing/under/xenos/seromi.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/xenos/seromi.dm b/code/modules/clothing/under/xenos/seromi.dm index d0c565ac10..e4cc060502 100644 --- a/code/modules/clothing/under/xenos/seromi.dm +++ b/code/modules/clothing/under/xenos/seromi.dm @@ -5,6 +5,7 @@ icon_state = "seromi_grey" worn_state = "seromi_grey" species_restricted = list("Teshari") + body_parts_covered = 0 // It's a thin piece of cloth with a neck hole. /obj/item/clothing/under/seromi/white name = "small white smock"