mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
[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:
co-authored by
Aroliacue
Cameron Lennox
parent
019437410c
commit
31d16971f9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user