From 3416eb6507e10d56d25b6e2b09b1ea79ee9b71b0 Mon Sep 17 00:00:00 2001 From: crazyclonetheninja Date: Wed, 15 Dec 2010 00:19:50 +0000 Subject: [PATCH] You can now put pens in your hat storage slot. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@620 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index f1e18f2c342..19935cff534 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -859,7 +859,7 @@ if (src.head) for(var/i=1, i<=src.head.allowed.len, i++) // world << "[src.head.allowed[i]] and [W.type]" - if (findtext("[W.type]","[src.head.allowed[i]]")) + if (findtext("[W.type]","[src.head.allowed[i]]") || istype(W, /obj/item/weapon/pen)) confirm = 1 break if (!confirm) return