mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
32 lines
884 B
Plaintext
32 lines
884 B
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. |