blue yeen's request

pink sec winter coat, BDSM whip + riding crop now inflict arousal damage on all intents + have special interaction if you target the groin (ass), slutbelt now can carry flashbangs/grenades + classic batons
This commit is contained in:
Unknown
2020-09-05 17:13:33 -05:00
parent 9c746b9e52
commit 4e272b9cf4
13 changed files with 50 additions and 20 deletions
@@ -169,7 +169,7 @@ obj/item/dildo/custom
return MANUAL_SUICIDE
/obj/item/dildo/flared/gigantic/suicide_act(mob/living/user)
if(do_after(user,35,target=src))
if(do_after(user,45,target=src))
user.visible_message("<span class='suicide'>[user] tears-up and gags as they try to deepthroat the [src]! WHY WOULD THEY DO THAT? It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 2, -1)
user.Stun(400)
@@ -68,4 +68,32 @@
name = "Security Hud"
category = SLOT_GLASSES
path = /obj/item/clothing/glasses/hud/security
restricted_roles = list("Security Officer", "Warden", "Head of Security")
restricted_roles = list("Security Officer", "Warden", "Head of Security")
/datum/gear/pinksec
name = "Pink Security Jumpsuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/rank/security/pink
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")
/datum/gear/pinksecskirt
name = "Pink Security Jumpskirt"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/rank/security/skirt/slut/pink
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")
/datum/gear/secwintercoat
name = "Security Winter Coat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/hooded/wintercoat/security
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")
/datum/gear/pinksecwintercoat
name = "Pink Security Winter Coat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/hooded/wintercoat/security/pink
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")
@@ -423,17 +423,3 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/corset
cost = 1
/datum/gear/pinksec
name = "Pink Security Jumpsuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/rank/security/pink
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")
/datum/gear/pinksecskirt
name = "Pink Security Jumpskirt"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/rank/security/skirt/slut/pink
cost = 1
restricted_roles = list("Security Officer","Warden","Head of Security")