From 4d4ff4239cb0dc666e2a08985d8e0ad85f2fa450 Mon Sep 17 00:00:00 2001 From: Linzolle Date: Wed, 30 Oct 2019 00:10:53 -0500 Subject: [PATCH] unused --- code/modules/antagonists/abductor/equipment/abduction_gear.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/antagonists/abductor/equipment/abduction_gear.dm b/code/modules/antagonists/abductor/equipment/abduction_gear.dm index aac529699e..d477edfbb0 100644 --- a/code/modules/antagonists/abductor/equipment/abduction_gear.dm +++ b/code/modules/antagonists/abductor/equipment/abduction_gear.dm @@ -525,9 +525,6 @@ Congratulations! You are now trained for invasive xenobiology research!"} log_combat(user, L, "stunned") /obj/item/abductor/baton/proc/SleepAttack(mob/living/L,mob/living/user) - var/obj/item/clothing/head/foilhat/F = null - if (istype(L.get_item_by_slot(SLOT_HEAD), /obj/item/clothing/head/foilhat)) - F = L.get_item_by_slot(SLOT_HEAD) if(L.incapacitated(TRUE, TRUE)) if(L.anti_magic_check(FALSE, FALSE, TRUE, 0)) to_chat(user, "The specimen's tinfoil protection is interfering with the sleep inducement!")