Adds the dominian tribunalist medical beret (#11819)

This commit is contained in:
Casper3667
2021-05-08 12:04:05 +02:00
committed by GitHub
parent 9e25b529cc
commit 5fc5684ee5
4 changed files with 20 additions and 1 deletions
@@ -65,6 +65,11 @@
display_name = "tribunal necklace"
path = "/obj/item/clothing/accessory/dominia"
/datum/gear/religion/dominia/medical
display_name = "tribunalist medical beret"
path = /obj/item/clothing/head/beret/dominia/medical
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern")
/datum/gear/religion/shaman_staff
display_name = "shaman staff"
path = /obj/item/cane/shaman
+9 -1
View File
@@ -397,12 +397,20 @@
/obj/item/clothing/head/beret/dominia
name = "tribunal initiate's beret"
desc = "A simple red beret with a golden badge marking its wearer as an initiate of the Moroz Holy Tribunal."
desc_fluff = " While initiates dress humbly in white and red clothing, this does not mean that House Caladius - the primary source of the Holy Tribunal's \
desc_fluff = "While initiates dress humbly in white and red clothing, this does not mean that House Caladius - the primary source of the Holy Tribunal's \
funding - spares any expenses funding them, and these berets are made of luxurious velvet."
icon = 'icons/clothing/head/dominia_beret.dmi'
icon_state = "dominia_beret"
item_state = "dominia_beret"
/obj/item/clothing/head/beret/dominia/medical
name = "tribunalist medical beret"
desc = "A white-and-green beret bearing the sigil of the Moroz Holy Tribunal on its front. Worn by those medical workers affiliated with the Moroz Holy Tribunal."
desc_fluff = "Unlike the black and gold clothing of their priestly counterparts, the medical staff of the Moroz Holy Tribunal's temples are generally clad in white and green due to typically not being full members of the clergy. Occasionally, if a doctor is dedicated enough, they will be granted the right to wear the beret of a full Tribunal priest. This beret features an emblem of the eye made of green and white cloth."
icon = 'icons/clothing/head/dominia_beret_hospital.dmi'
icon_state = "dominia_beret_hospital"
item_state = "dominia_beret_hospital"
/obj/item/clothing/head/beret/dominia/priest
name = "tribunalist's beret"
desc = " black beret bearing the sigil of the Moroz Holy Tribunal on its front. Worn by full members of the Tribunal's clergy."
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- rscadd: "Adds the tribunalist medical beret."
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB