From 08e64ccdc8d0c06df4102991fa8e15da5d01fc4e Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 12 Nov 2021 02:43:12 +0000 Subject: [PATCH] [MIRROR] Fancy pipe suicide_act for all pipes [MDB IGNORE] (#9400) * Fancy pipe suicide_act for all pipes (#62720) Do you know, off hand, which of the Digital Valve and the Pressure Valve let you do the funny? Just use this for all pipe components. * Fancy pipe suicide_act for all pipes Co-authored-by: esainane --- code/game/machinery/pipe/construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index ad16afa990b..fc1e2654e75 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -287,7 +287,7 @@ Buildable meters ..() T.flipped = flipped -/obj/item/pipe/directional/suicide_act(mob/user) +/obj/item/pipe/suicide_act(mob/user) user.visible_message(span_suicide("[user] shoves [src] in [user.p_their()] mouth and turns it on! It looks like [user.p_theyre()] trying to commit suicide!")) if(iscarbon(user)) var/mob/living/carbon/C = user