Merge pull request #421 from TotallyNotADog/ballgag

Adds Ball Gag
This commit is contained in:
Dahlular
2020-08-31 02:47:51 -06:00
committed by GitHub
5 changed files with 10 additions and 2 deletions
@@ -17,6 +17,12 @@
return
..()
/obj/item/clothing/mask/muzzle/ballgag
name = "ball gag"
desc = "To stop that awful noise, but lewder."
icon_state = "ballgag"
item_state = "ballgag"
/obj/item/clothing/mask/surgical
name = "sterile mask"
desc = "A sterile mask designed to help prevent the spread of diseases."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@@ -65,13 +65,15 @@
/obj/item/dildo/flared/huge = 1,
/obj/item/clothing/head/dominatrixcap = 1,
/obj/item/mesmetron = 1,
/obj/item/bdsm_whip = 1
/obj/item/bdsm_whip = 1,
/obj/item/clothing/mask/muzzle = 1
)
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/leash = 1,
/obj/item/clothing/mask/muzzle/ballgag = 3
)
refill_canister = /obj/item/vending_refill/kink
/*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB