diff --git a/code/modules/vending/kinkmate.dm b/code/modules/vending/kinkmate.dm index 000c521a57..8fd5299794 100644 --- a/code/modules/vending/kinkmate.dm +++ b/code/modules/vending/kinkmate.dm @@ -28,9 +28,9 @@ /obj/item/clothing/under/misc/poly_bottomless = 3, /obj/item/clothing/under/misc/poly_tanktop = 3, /obj/item/clothing/under/misc/poly_tanktop/female = 3, - /obj/item/clothing/under/latexfull = 10, - /obj/item/clothing/under/latexhalf = 10, - /obj/item/clothing/gloves/latexsleeves = 10, + /obj/item/clothing/under/latexfull = 10, //GS13 - ported over latex clothing options + /obj/item/clothing/under/latexhalf = 10, //GS13 - ported over latex clothing options + /obj/item/clothing/gloves/latexsleeves = 10, //GS13 - ported over latex clothing options /obj/item/autosurgeon/penis = 3, /obj/item/autosurgeon/testicles = 3, /obj/item/storage/pill_bottle/penis_enlargement = 10,