mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[semi modular][ready]adds the collars to the dorm vendor, two blue gl… (#5530)
* [semi modular][ready]adds the collars to the dorm vendor, two blue gloves to the medidrobe on request * ballgags Co-authored-by: louiseedwardstuart <bonniefluff>
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
/obj/item/clothing/head/beret/job/med = 4, //SKYRAT EDIT ADDITION
|
||||
/obj/item/clothing/suit/apron/surgical = 4,
|
||||
/obj/item/clothing/mask/surgical = 4,
|
||||
/obj/item/clothing/gloves/color/latex/nitrile = 2, //SKYRAT EDIT ADDITION
|
||||
/obj/item/clothing/suit/toggle/labcoat/hospitalgown = 4) //SKYRAT EDIT ADDITION
|
||||
refill_canister = /obj/item/vending_refill/wardrobe/medi_wardrobe
|
||||
payment_department = ACCOUNT_MED
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 8.0 KiB |
@@ -159,3 +159,17 @@
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi'
|
||||
icon_state = "gp5_mask"
|
||||
|
||||
/obj/item/clothing/mask/muzzle/ball
|
||||
name = "ballgag"
|
||||
desc = "I'm pretty fuckin far from okay."
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/masks.dmi'
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi'
|
||||
icon_state = "ballgag"
|
||||
|
||||
/obj/item/clothing/mask/muzzle/ring
|
||||
name = "ring gag"
|
||||
desc = "A mouth wrap seemingly designed to hold the mouth open."
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/masks.dmi'
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi'
|
||||
icon_state = "ringgag"
|
||||
|
||||
|
||||
@@ -21,7 +21,13 @@
|
||||
/obj/item/clothing/under/misc/poly_bottomless = 4,
|
||||
/obj/item/clothing/under/misc/poly_tanktop = 4,
|
||||
/obj/item/clothing/under/misc/poly_tanktop/female = 4,
|
||||
/obj/item/clothing/neck/human_petcollar= 8,
|
||||
/obj/item/clothing/mask/muzzle/ring = 4,
|
||||
/obj/item/clothing/mask/muzzle/ball = 4,
|
||||
/obj/item/clothing/neck/human_petcollar = 8,
|
||||
/obj/item/clothing/neck/human_petcollar/locked/cowcollar = 3,
|
||||
/obj/item/clothing/neck/human_petcollar/locked/bellcollar = 5,
|
||||
/obj/item/clothing/neck/human_petcollar/locked/spikecollar = 3,
|
||||
/obj/item/clothing/neck/human_petcollar/locked/cross = 3,
|
||||
/obj/item/clothing/neck/human_petcollar/choker = 4,
|
||||
/obj/item/restraints/handcuffs/fake = 8,
|
||||
/obj/item/clothing/glasses/blindfold = 8,
|
||||
@@ -43,7 +49,8 @@
|
||||
premium = list(
|
||||
/obj/item/clothing/under/dress/corset = 4,
|
||||
/obj/item/clothing/under/pants/chaps = 4,
|
||||
/obj/item/clothing/accessory/skullcodpiece/fake = 4
|
||||
/obj/item/clothing/accessory/skullcodpiece/fake = 4,
|
||||
/obj/item/clothing/neck/human_petcollar/locked/holocollar = 3
|
||||
)
|
||||
|
||||
refill_canister = /obj/item/vending_refill/kink
|
||||
|
||||
Reference in New Issue
Block a user