Suicide_Acts for Dildos

By request.
This commit is contained in:
Ragolution
2019-01-04 01:19:06 -05:00
parent ff8a2337ca
commit 52a68d2121
2 changed files with 40 additions and 1 deletions

View File

@@ -102,7 +102,6 @@ obj/item/dildo/random//totally random
random_shape = TRUE
random_size = TRUE
obj/item/dildo/knotted
dildo_shape = "knotted"
name = "knotted dildo"
@@ -131,3 +130,43 @@ obj/item/dildo/custom
random_color = TRUE
random_shape = TRUE
random_size = TRUE
//Suicide acts, by request
obj/item/dildo/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! Their face is turning blue! It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/knotted/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! They swallowed the knot! It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/human/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! Their face is turning blue! It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/plain/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! Their face is turning blue! It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/flared/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! Their face is turning blue! It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/flared/huge/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! WHY WOULD THEY DO THAT? It looks like [user.p_theyre()] trying to commit suicide!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)
obj/item/dildo/flared/huge/suicide_act(mob/user)
user.visible_message("<span class='suicide'[user] gags as they shove [src] down their throat! It looks like they wanted a custom death message!!</span>")
playsound(loc, 'sound/weapons/gagging.ogg', 50, 1, -1)
return (OXYLOSS)

BIN
sound/weapons/gagging.ogg Normal file

Binary file not shown.