From 1fd7bfe969eab189da464b8a906d487c315bf882 Mon Sep 17 00:00:00 2001 From: Ragolution Date: Sat, 12 Jan 2019 02:50:03 -0500 Subject: [PATCH] oh whoops --- modular_citadel/code/modules/arousal/toys/dildos.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_citadel/code/modules/arousal/toys/dildos.dm b/modular_citadel/code/modules/arousal/toys/dildos.dm index f69b0b1935..885f6efc69 100644 --- a/modular_citadel/code/modules/arousal/toys/dildos.dm +++ b/modular_citadel/code/modules/arousal/toys/dildos.dm @@ -139,7 +139,6 @@ obj/item/dildo/custom // Suicide acts, by request var/is_knotted = (dildo_shape == knotted) ? "They swallowed the knot" : "Their face is turning blue" -var/is_horse = (dildo_shape == horse ) ? " /obj/item/dildo/proc/manual_suicide(mob/living/user) user.visible_message("[user] finally finishes deepthroating the [src], and their life.")