mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user