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

View File

@@ -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

View File

@@ -0,0 +1,8 @@
author: Forester40
delete-after: True
changes:
- rscadd: "IAC berets have been added to the loadout selection. You can choose between them and IAC caps in the Hats and Headgear section of the loadout."
- spellcheck: "The IAC cap is no longer mislabelled as a beret in the loadout."