Invisible Breath Masks

This commit is contained in:
Unknown
2019-11-28 19:33:46 -05:00
parent 200cb2f5af
commit 47bc5e411e
3 changed files with 10 additions and 0 deletions
@@ -34,6 +34,11 @@
sort_category = "Xenowear"
whitelisted = "Vox"
/datum/gear/mask/transparent
display_name = "transparent breath mask"
path = /obj/item/clothing/mask/breath/transparent
sort_category = "Xenowear"
/datum/gear/uniform/loincloth
display_name = "loincloth"
path = /obj/item/clothing/suit/storage/fluff/loincloth
+4
View File
@@ -0,0 +1,4 @@
/obj/item/clothing/mask/breath/transparent
name = "transparent breath mask"
item_state = "golem" //This is dumb and hacky but was here when I got here.
sprite_sheets = list()