Bugfix with pens in hat storage.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@637 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-12-16 06:16:06 +00:00
parent 718c938ad1
commit 8f9ef6a907
+2 -2
View File
@@ -157,7 +157,7 @@
name = "head"
icon = 'hats.dmi'
body_parts_covered = HEAD
var/list/allowed = list()
var/list/allowed = list(/obj/item/weapon/pen)
/obj/item/clothing/head/bio_hood
name = "bio hood"
@@ -190,7 +190,7 @@
name = "hat"
desc = "Someone who wears this will look very smart"
icon_state = "detective"
allowed = list(/obj/item/weapon/reagent_containers/food/snacks/candy_corn)
allowed = list(/obj/item/weapon/reagent_containers/food/snacks/candy_corn, /obj/item/weapon/pen)
/obj/item/clothing/head/powdered_wig
name = "powdered wig"