From 26433c52709c80239b8d6d2e9331aefd3c197c02 Mon Sep 17 00:00:00 2001 From: !Moltov! <61367602+Moltovz@users.noreply.github.com> Date: Wed, 13 Oct 2021 11:45:14 -0400 Subject: [PATCH] Fixes a fucking punctuation error fixes something that would break clothesmates --- code/modules/vending/clothesmate.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,