Adds cowls

This commit is contained in:
tex
2019-02-13 19:54:24 +01:00
committed by GitHub
parent 9f479fca38
commit cbcea95c08

View File

@@ -426,4 +426,16 @@
desc = "A wide, flat rain hat originally from Japan."
icon_state = "jingasa"
body_parts_covered = 0
item_state_slots = list(slot_r_hand_str = "taq", slot_l_hand_str = "taq")
item_state_slots = list(slot_r_hand_str = "taq", slot_l_hand_str = "taq")
/obj/item/clothing/head/cowl
name = "black cowl"
desc = "A gold-lined black cowl. It gives off uncomfortable cult vibes, but fancy."
icon_state = "cowl"
body_parts_covered = 0
/obj/item/clothing/head/cowl
name = "white cowl"
desc = "A gold-lined white cowl. It gives off uncomfortable cult vibes, but fancy."
icon_state = "whitecowl"
body_parts_covered = 0