Adds a Panama Hat

This commit is contained in:
Cerebulon
2021-08-11 23:07:07 +01:00
parent beaa3051ff
commit acb9d45bd0
4 changed files with 9 additions and 0 deletions
@@ -203,6 +203,10 @@
display_name = "hat, tophat"
path = /obj/item/clothing/head/that
/datum/gear/head/panama
display_name = "hat, panama"
path = /obj/item/clothing/head/panama
/datum/gear/head/wig/philosopher
display_name = "natural philosopher's wig"
path = /obj/item/clothing/head/philosopher_wig
+5
View File
@@ -103,6 +103,11 @@
siemens_coefficient = 0.9
body_parts_covered = 0
/obj/item/clothing/head/panama
name = "panama hat"
icon_state = "panama"
desc = "Columbian Pure."
/obj/item/clothing/head/redcoat
name = "redcoat's hat"
icon_state = "redcoat"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB