From 3bd0b124f54c30a5cd3b559cb6697d02d9ee564f Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 25 Jun 2022 19:47:19 -0400 Subject: [PATCH] Revert "z (#14494)" This reverts commit 68b506b459f792319018fd5611a9ef164b9db1f3. --- code/modules/mob/living/inhand_holder.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/mob/living/inhand_holder.dm b/code/modules/mob/living/inhand_holder.dm index fead80b021d7..0a73fdeb0303 100644 --- a/code/modules/mob/living/inhand_holder.dm +++ b/code/modules/mob/living/inhand_holder.dm @@ -83,13 +83,6 @@ /obj/item/clothing/mob_holder/container_resist() release() -/obj/item/clothing/mob_holder/pre_attack(atom/A, mob/living/user, params) - if(isobj(A) && ismachinery(A)) - if(istype(A, /obj/machinery/deepfryer)) - to_chat(user, span_warning("You wouldn't deepfry [name].....")) - return - . = ..() - /obj/item/clothing/mob_holder/drone/deposit(mob/living/L) . = ..() if(!isdrone(L))