diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 5ceb898cf..69a0165bc 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -133,6 +133,7 @@ /obj/item/clothing/head/cowboyhat/pink = 3, /obj/item/clothing/shoes/cowboyboots = 3, /obj/item/clothing/shoes/cowboyboots/black = 3, + /obj/item/clothing/under/raccveralls = 3, /obj/item/clothing/under/polychromic/vsweater = 3) contraband = list(/obj/item/clothing/under/syndicate/tacticool = 3, /obj/item/clothing/under/syndicate/tacticool/skirt = 3, diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm index 1763fa41d..efbaa9f95 100644 --- a/modular_citadel/code/game/machinery/vending.dm +++ b/modular_citadel/code/game/machinery/vending.dm @@ -63,7 +63,6 @@ /obj/item/clothing/under/polychromic/bulge = 3, /obj/item/clothing/under/latexhalf = 3, /obj/item/clothing/under/latexfull = 3, - /obj/item/clothing/under/raccveralls = 3, /obj/item/clothing/suit/maidapron = 3, /obj/item/clothing/under/corset = 3, /obj/item/clothing/under/jabroni = 3,