mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Merge pull request #866 from iloveyoulots/vendorhelp
Increase amount of fetish items in kinkmate and makes fake handcuffs properly appear.
This commit is contained in:
@@ -61,20 +61,21 @@
|
||||
/obj/item/clothing/under/corset = 3,
|
||||
/obj/item/clothing/under/jabroni = 3
|
||||
)
|
||||
contraband = list(/obj/item/restraints/handcuffs/fake/kinky = 5,
|
||||
contraband = list(
|
||||
/obj/item/restraints/handcuffs/fake/kinky = 5,
|
||||
/obj/item/clothing/neck/petcollar = 5,
|
||||
/obj/item/clothing/under/mankini = 1,
|
||||
/obj/item/dildo/flared/huge = 1,
|
||||
/obj/item/clothing/head/dominatrixcap = 1,
|
||||
/obj/item/mesmetron = 1,
|
||||
/obj/item/bdsm_whip = 1,
|
||||
/obj/item/clothing/mask/muzzle = 1
|
||||
/obj/item/dildo/flared/huge = 3,
|
||||
/obj/item/clothing/head/dominatrixcap = 3,
|
||||
/obj/item/mesmetron = 3,
|
||||
/obj/item/bdsm_whip = 3,
|
||||
/obj/item/clothing/mask/muzzle = 3
|
||||
)
|
||||
premium = list(
|
||||
/obj/item/electropack/shockcollar = 3,
|
||||
/obj/item/clothing/neck/petcollar/locked = 1,
|
||||
/obj/item/restraints/handcuffs/rope = 1,
|
||||
/obj/item/leash = 1,
|
||||
/obj/item/clothing/neck/petcollar/locked = 3,
|
||||
/obj/item/restraints/handcuffs/rope = 3,
|
||||
/obj/item/leash = 3,
|
||||
/obj/item/clothing/mask/muzzle/ballgag = 3
|
||||
)
|
||||
refill_canister = /obj/item/vending_refill/kink
|
||||
|
||||
Reference in New Issue
Block a user