mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
// Mask
|
|
/datum/gear/mask
|
|
display_name = "bandana, blue"
|
|
path = /obj/item/clothing/mask/bandana/blue
|
|
slot = slot_wear_mask
|
|
sort_category = "Masks and Facewear"
|
|
|
|
/datum/gear/mask/gold
|
|
display_name = "bandana, gold"
|
|
path = /obj/item/clothing/mask/bandana/gold
|
|
|
|
/datum/gear/mask/green
|
|
display_name = "bandana, green 2"
|
|
path = /obj/item/clothing/mask/bandana/green
|
|
|
|
/datum/gear/mask/red
|
|
display_name = "bandana, red"
|
|
path = /obj/item/clothing/mask/bandana/red
|
|
|
|
/datum/gear/mask/sterile
|
|
display_name = "sterile mask"
|
|
path = /obj/item/clothing/mask/surgical
|
|
cost = 2
|
|
|
|
/datum/gear/mask/veil
|
|
display_name = "black veil"
|
|
path = /obj/item/clothing/mask/veil
|
|
|
|
/datum/gear/mask/plaguedoctor2
|
|
display_name = "golden plague doctor's mask"
|
|
path = /obj/item/clothing/mask/gas/plaguedoctor/gold
|
|
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.
|
|
|
|
/datum/gear/mask/papermask
|
|
display_name = "paper mask"
|
|
path = /obj/item/clothing/mask/paper
|
|
|
|
/datum/gear/mask/emotionalmask
|
|
display_name = "emotional mask"
|
|
path = /obj/item/clothing/mask/emotions
|