Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Feb 14, 2025
1 parent 74ce1bb commit 8ffe9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modular__juicy/code/modules/lewd_structures/_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@

/obj/item/storage/box/milking_kit/PopulateContents()
var/static/items_inside = list(
/obj/item/construction_kit/milker = 1)
/obj/item/construction_kit/milker = 1,
/obj/item/reagent_containers/glass/beaker/large = 1)
generate_items_inside(items_inside, src)
6 changes: 4 additions & 2 deletions modular_bluemoon/phoenix404/modules/vending/kinkmate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
/obj/item/sybian_kit = 5,
/obj/item/dildo_machine_kit = 5,
/obj/item/gloryhole_kit = 5,
/obj/item/milking_machine = 5,
/obj/item/milking_machine/penis = 5,
/obj/item/storage/box/shibari_stand = 5,
/obj/item/storage/box/milking_kit =5,
/obj/item/sucking_machine = 3,
/obj/item/sucking_machine/penis = 3,
/obj/item/electropack/vibrator/small = 2,
/obj/item/electropack/vibrator = 2,
/obj/item/electropack/shockcollar = 3,
Expand Down

0 comments on commit 8ffe9ec

Please sign in to comment.