mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Suicide_Acts for Dildos
By request.
This commit is contained in:
@@ -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
BIN
sound/weapons/gagging.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user