Fixed some derp.

This commit is contained in:
SkyMarshal
2011-12-18 00:26:53 -07:00
parent fc3914364f
commit 9c1b83bd88
2 changed files with 3 additions and 2 deletions

View File

@@ -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