diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index ce6aed8cd..7557153ca 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -38,8 +38,8 @@ /obj/item/clothing/under/scratch/skirt = 2, /obj/item/clothing/under/gimmick/rank/captain/suit/skirt = 2, /obj/item/clothing/under/gimmick/rank/head_of_personnel/suit/skirt = 2, - /obj/item/clothing/neck/cloak/polychromic/, = 5 - /obj/item/clothing/neck/cloak/polychromic/half, = 5 + /obj/item/clothing/neck/cloak/polychromic/ = 5, + /obj/item/clothing/neck/cloak/polychromic/half = 5, /obj/item/clothing/neck/tie/blue = 3, /obj/item/clothing/neck/tie/red = 3, /obj/item/clothing/neck/tie/black = 3,