Files
S.P.L.U.R.T-Station-13/modular_citadel/code/modules/client/loadout/mask.dm
zeroisthebiggay 4b6f0d3ffa Update mask.dm
2021-01-26 14:11:00 -05:00

34 lines
750 B
Plaintext

/datum/gear/mask
category = LOADOUT_CATEGORY_MASK
slot = SLOT_WEAR_MASK
/datum/gear/mask/balaclava
name = "Balaclava"
path = /obj/item/clothing/mask/balaclava
/datum/gear/mask/moustache
name = "Fake moustache"
path = /obj/item/clothing/mask/fakemoustache
/datum/gear/mask/joy
name = "Joy mask"
path = /obj/item/clothing/mask/joy
cost = 3
/datum/gear/mask/gas
name = "Gas Mask"
path = /obj/item/clothing/mask/gas
cost = 2
restricted_roles = list("Chief Engineer", "Atmospheric Technician", "Station Engineer") //*shrug
/datum/gear/mask/sterile
name = "Aesthetic sterile mask"
path = /obj/item/clothing/mask/surgical/aesthetic
cost = 2
/datum/gear/mask/paper
name = "Paper mask"
path = /obj/item/clothing/mask/paper
cost = 2