From a2dac2c1b539daf5cdef67f1a24d6f383d80fa5d Mon Sep 17 00:00:00 2001 From: "rastaf.zero@gmail.com" Date: Fri, 8 Jul 2011 20:36:04 +0000 Subject: [PATCH] Oops, silly mistake. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1805 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/human.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 70957bc039d..037b40a7f18 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -907,10 +907,8 @@ return if (istype(W, /obj/item/device/pda) || istype(W, /obj/item/weapon/pen)) confirm = 1 - break if (is_type_in_list(W, wear_suit.allowed)) confirm = 1 - break if (!confirm) return else u_equip(W) @@ -925,10 +923,8 @@ if (head) if (istype(W, /obj/item/weapon/pen)) confirm = 1 - break if (istype(head) && is_type_in_list(W, head.allowed)) // NOTE: head is /obj/item/clothing/head/ and parer hat is not /obj/item/clothing/ and does not have "allowed" --rastaf0 confirm = 1 - break if (!confirm) return else u_equip(W)