the bitch breaker

This commit is contained in:
Unknown
2020-09-04 23:53:15 -05:00
parent 46b6e9e832
commit cc7013f802
3 changed files with 19 additions and 2 deletions
@@ -111,7 +111,7 @@
obj/item/dildo/human
dildo_shape = "human"
name = "human dildo"
attack_verb = list("penetrated", "slapped", "inseminated")
attack_verb = list("penetrated", "slapped", "inseminated")
obj/item/dildo/plain
dildo_shape = "plain"
@@ -128,6 +128,12 @@ obj/item/dildo/flared/huge
desc = "THIS THING IS HUGE!"
dildo_size = 4
obj/item/dildo/flared/gigantic
name = "bitch breaker"
desc = "You can barely carry this thing! Meant for... \"advanced\" interrogation techniques."
dildo_size = 5
attack_verb = list("penetrated", "slapped", "gaped", "prolapsed", "inseminated", "destroyed", "broke", "demolished", "whacked")
obj/item/dildo/custom
name = "customizable dildo"
desc = "Thanks to significant advances in synthetic nanomaterials, this dildo is capable of taking on many different forms to fit the user's preferences! Pricy!"
@@ -162,3 +168,13 @@ obj/item/dildo/custom
user.adjust_eye_damage(15)
return MANUAL_SUICIDE
/obj/item/dildo/flared/gigantic/suicide_act(mob/living/user)
if(do_after(user,35,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(600)
user.adjust_blurriness(16)
user.adjust_eye_damage(30)
user.adjustOxyLoss(15)
return MANUAL_SUICIDE