Merge pull request #6207 from Citadel-Station-13/paperhat

Adds Paperhat as a donator item
This commit is contained in:
LetterJay
2018-04-01 01:04:42 -05:00
committed by GitHub
4 changed files with 12 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -259,3 +259,9 @@ datum/gear/darksabresheath
path = /obj/item/reagent_containers/food/drinks/flask/steel
cost = 2
ckeywhitelist = list("johnnyvitrano")
/datum/gear/paperhat
name = "Paper Hat"
category = slot_head
path = /obj/item/clothing/head/paperhat
ckeywhitelist = list("kered2")
@@ -333,3 +333,9 @@
item_state = "wintergreencloak"
w_class = WEIGHT_CLASS_SMALL
body_parts_covered = CHEST|GROIN|LEGS|ARMS
/obj/item/clothing/head/paperhat
name = "paperhat"
desc = "A piece of paper folded into neat little hat."
icon_state = "paperhat"
item_state = "paperhat"