From b6a54f2ff95492321aadbe838832310281503dcf Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 9 Sep 2020 13:20:36 -0500 Subject: [PATCH] slutbelt minor update Now can carry: Everything a secbelt can, minus the ammunition and combat knife, in addition to condoms, whips/riding crops, and sluthailers. --- code/game/objects/items/storage/belt.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 81cc8c27..3a853865 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -251,12 +251,15 @@ obj/item/storage/belt/slut/ComponentInitialize() /obj/item/clothing/glasses, /obj/item/reagent_containers/food/snacks/donut, /obj/item/flashlight/seclite, + /obj/item/melee/classic_baton/telescopic, /obj/item/radio, /obj/item/clothing/gloves, /obj/item/restraints/legcuffs/bola, /obj/item/dildo, /obj/item/leash, - /obj/item/condom + /obj/item/condom, + /obj/item/bdsm_whip, + /obj/item/clothing/mask/gas/sechailer/slut )) /obj/item/storage/belt/mining