From 988e9d6417b021f7ddf40bd797eef8c334a475c9 Mon Sep 17 00:00:00 2001 From: brightkitsune Date: Wed, 29 Jan 2025 01:04:05 +0000 Subject: [PATCH] Adding the latex clothes back in. --- code/modules/vending/kinkmate.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/vending/kinkmate.dm b/code/modules/vending/kinkmate.dm index 5939b48af0..000c521a57 100644 --- a/code/modules/vending/kinkmate.dm +++ b/code/modules/vending/kinkmate.dm @@ -28,6 +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/autosurgeon/penis = 3, /obj/item/autosurgeon/testicles = 3, /obj/item/storage/pill_bottle/penis_enlargement = 10,