From c7794725ca8df79f27e1738742e89451ae88af2f Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 27 Sep 2016 01:18:51 +0100 Subject: [PATCH] armband go on suit --- code/modules/clothing/clothing.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index a7ee8077cd2..a1c2b930ae5 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -467,7 +467,8 @@ "Teshari" = 'icons/mob/species/seromi/suit.dmi' ) - valid_accessory_slots = list("over") + valid_accessory_slots = list("over", "armband") + restricted_accessory_slots = list("armband") /obj/item/clothing/suit/update_clothing_icon() if (ismob(src.loc))