Oops, silly mistake.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1805 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-07-08 20:36:04 +00:00
parent b63a4c241e
commit a2dac2c1b5

View File

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