one more time

ye
This commit is contained in:
CygnusB
2021-01-19 18:54:17 -03:00
parent daba9f53cb
commit 00abae18ae
12 changed files with 125 additions and 7 deletions
@@ -109,6 +109,33 @@
category = SLOT_HEAD
path = /obj/item/clothing/head/christmashatg
/datum/gear/cowboyhat
name = "Cowboy Hat, Brown"
category = SLOT_HEAD
path = /obj/item/clothing/head/cowboyhat
/datum/gear/cowboyhat/black
name = "Cowboy Hat, Black"
category = SLOT_HEAD
path = /obj/item/clothing/head/cowboyhat/black
/datum/gear/cowboyhat/white
name = "Cowboy Hat, White"
category = SLOT_HEAD
path = /obj/item/clothing/head/cowboyhat/white
/datum/gear/cowboyhat/pink
name = "Cowboy Hat, Pink"
category = SLOT_HEAD
path = /obj/item/clothing/head/cowboyhat/pink
/datum/gear/cowboyhat/sec
name = "Cowboy Hat, Security"
category = SLOT_HEAD
path = /obj/item/clothing/head/cowboyhat/sec
restricted_desc = "Security"
restricted_roles = list("Warden","Detective","Security Officer","Head of Security")
/datum/gear/pharaohmhat
name = "Pharaoh Hat"
category = SLOT_HEAD
@@ -128,4 +155,4 @@
name = "Improper Roman legionnaire helmet"
category = SLOT_HEAD
path = /obj/item/clothing/head/helmet/roman/legionnaire/fake
cost = 2
cost = 2
@@ -93,12 +93,22 @@
category = SLOT_SHOES
path= /obj/item/clothing/shoes/winterboots/santaboots
datum/gear/highheels
/datum/gear/highheels
name = "High Heels"
category = SLOT_SHOES
path= /obj/item/clothing/shoes/highheels
datum/gear/romansandals
/datum/gear/romansandals
name = "Roman sandals"
category = SLOT_SHOES
path= /obj/item/clothing/shoes/roman
path= /obj/item/clothing/shoes/roman
/datum/gear/cowboyboots
name = "Cowboy Boots, Brown"
category = SLOT_SHOES
path = /obj/item/clothing/shoes/cowboyboots
/datum/gear/cowboyboots/black
name = "Cowboy Boots, Black"
category = SLOT_SHOES
path = /obj/item/clothing/shoes/cowboyboots/black