Reopens Adds IAC berets to the loadout (#12713)

* Add files via upload

* changelog
This commit is contained in:
Forester40
2021-11-05 13:52:09 +00:00
committed by GitHub
parent d3603005c6
commit 04e338c5e4
2 changed files with 18 additions and 2 deletions
@@ -269,12 +269,20 @@
display_name = "non la hat"
path = /obj/item/clothing/head/nonla
/datum/gear/head/iacberet
display_name = "IAC Beret"
/datum/gear/head/iac
display_name = "IAC headgear selection"
description = "A selection of hats worn by Interstellar Aid Corps volunteers."
path = /obj/item/clothing/head/softcap/iac
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern")
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/head/iac/New()
..()
var/list/iac = list()
iac["IAC cap"] = /obj/item/clothing/head/softcap/iac
iac["IAC beret"] = /obj/item/clothing/head/beret/iac
gear_tweaks += new /datum/gear_tweak/path(iac)
/datum/gear/head/circuitry
display_name = "headwear, circuitry (empty)"
path = /obj/item/clothing/head/circuitry