mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +00:00
Reopens Adds IAC berets to the loadout (#12713)
* Add files via upload * changelog
This commit is contained in:
@@ -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
|
||||
|
||||
8
html/changelogs/Forester40-iachat.yml
Normal file
8
html/changelogs/Forester40-iachat.yml
Normal 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."
|
||||
Reference in New Issue
Block a user