Wig stuff

This commit is contained in:
B.A.L
2019-01-12 18:55:59 -07:00
parent 998ecc0634
commit 2bc36aace8
4 changed files with 8 additions and 1 deletions

View File

@@ -459,4 +459,5 @@
new /obj/item/clothing/suit/judgerobe(src)
new /obj/item/clothing/head/powdered_wig(src)
new /obj/item/gavelblock(src)
new /obj/item/gavelhammer(src)
new /obj/item/gavelhammer(src)
new /obj/item/clothing/head/justice_wig(src)

View File

@@ -20,6 +20,12 @@
icon_state = "pwig"
item_state = "pwig"
/obj/item/clothing/head/justice_wig
name = "Justice wig"
desc = "A fancy powdered wig given to arbitrators of the law. It looks itchy."
icon_state = "jwig"
item_state = "jwig"
/obj/item/clothing/head/beret/blue
icon_state = "beret_blue"