mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +01:00
stuff
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user