diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 974d593f81..405fa3755a 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -422,7 +422,7 @@ /obj/item/clothing/accessory/poncho/on_attached(obj/item/clothing/suit/storage/marine/S, mob/living/user, silent) . =..() if(.) - S.armor_overlays["poncho"] = src + S.armor_overlays["poncho"] = src /obj/item/clothing/accessory/poncho/on_removed(mob/living/user, obj/item/clothing/C) if(!has_suit) return