From 9c1b83bd88ae42f573f2431629d8fb34f0f44621 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 18 Dec 2011 00:26:53 -0700 Subject: [PATCH] Fixed some derp. --- code/modules/mob/living/carbon/human/human.dm | 2 +- config/admins.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 930a836a2a1..3a9274450bd 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -528,7 +528,7 @@ if (emptyHand) ears.DblClick() return - if ((!istype(W, /obj/item) || W.w_class > 1 || w_uniform) && !(istype(W, /obj/item/device/radio/headset))) + if (!( istype(W, /obj/item/clothing/ears) ) && !( istype(W, /obj/item/device/radio/headset) )) return u_equip(W) ears = W diff --git a/config/admins.txt b/config/admins.txt index c4833cb9a92..2bc78a67b3c 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -5,7 +5,8 @@ cajoes - Game Admin cib - Game Master compactninja - Game Master hawk_v3 - Game Admin -skymarshal - Game Master +headswe - Game Master +iaryni - Game Master masterofapples - Game Admin megacaesar - Game Admin miniature - Game Master