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.")