mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01: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
|
||||
|
||||
Reference in New Issue
Block a user