This commit is contained in:
Kabra_men
2020-08-07 03:32:42 -03:00
parent 1152cccd74
commit 07533114c1
12 changed files with 55 additions and 8 deletions
@@ -56,14 +56,16 @@
/obj/item/clothing/under/polychromic/bikini = 3,
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3,
/obj/item/clothing/under/polychromic/bulge = 3,
/obj/item/clothing/suit/maidapron = 3
/obj/item/clothing/suit/maidapron = 3,
/obj/item/clothing/under/corset = 3
)
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/mesmetron = 1,
/obj/item/bdsm_whip = 1
)
premium = list(
/obj/item/electropack/shockcollar = 3,
@@ -149,3 +149,9 @@
category = SLOT_IN_BACKPACK
path = /obj/item/storage/fancy/ringbox/diamond
cost = 5
/datum/gear/condom
name = "Condom"
category = SLOT_IN_BACKPACK
path = /obj/item/condom
cost = 1
@@ -416,4 +416,10 @@
name = "Polychromic Bottomless Shirt"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/polychromic/bottomless
cost = 2
cost = 2
/datum/gear/corset
name = "Corset"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/corset
cost = 1