From b02ffa2e2dd332904549092610d94701a6de538d Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Sat, 21 Dec 2019 12:40:41 +1100 Subject: [PATCH] Update inhand_holder.dm --- code/modules/mob/living/inhand_holder.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/inhand_holder.dm b/code/modules/mob/living/inhand_holder.dm index 8c79ea046f..c5840826c7 100644 --- a/code/modules/mob/living/inhand_holder.dm +++ b/code/modules/mob/living/inhand_holder.dm @@ -57,7 +57,6 @@ qdel(src) /obj/item/clothing/head/mob_holder/relaymove(mob/user) - to_chat(user, "You must resist in order to escape!") return /obj/item/clothing/head/mob_holder/container_resist()