[MIRROR] Digi sprites for armor, gas half-masks in loadout, sec hailer half-masks in sec lockers (#12194)

Co-authored-by: Aroliacue <96730930+Aroliacue@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-01 14:27:45 -05:00
committed by GitHub
co-authored by Aroliacue Cameron Lennox
parent 019437410c
commit 31d16971f9
3 changed files with 13 additions and 2 deletions
@@ -112,3 +112,14 @@
var/obj/item/clothing/mask/mask_type = mask
masks[initial(mask_type.name)] = mask_type
gear_tweaks += new/datum/gear_tweak/path(sortTim(masks, GLOBAL_PROC_REF(cmp_text_asc)))
/datum/gear/mask/gas/half
display_name = "black gas half-mask"
path = /obj/item/clothing/mask/gas/half
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.
/datum/gear/mask/gas/half/sec
display_name = "security black gas half-mask"
path = /obj/item/clothing/mask/gas/sechailer
allowed_roles = list(JOB_SECURITY_OFFICER,JOB_HEAD_OF_SECURITY,JOB_WARDEN, JOB_DETECTIVE)
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.