Merge pull request #907 from MalricB/give-me-death-or-give-me-nothing

Owing to his laconic character and lack of conversational input, the stranger was reluctant to engage in social intercourse with the vast majority of the townspeople he encountered on his travels. None of the aforementioned desert-dwelling individuals felt that their motivations were sufficiently compelling to make inquiries regarding the purpose of the stranger’s visit, causing the townspeople to take precautionary measures in order to avoid making even the most innocuous allusions to the mysterious and intimidating visitor. This unquantifiable foreigner, gathered in the company of said petrified townspeople, was in possession of a piece of metal of considerable size, weight, and mass attached to the right side of his pelvis by means of a leather aperture designed to extend the wearer's carrying capacity.
This commit is contained in:
QuoteFox
2021-01-19 23:40:12 +00:00
committed by GitHub
11 changed files with 124 additions and 6 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