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

View File

@@ -34,6 +34,11 @@
sort_category = "Xenowear" sort_category = "Xenowear"
whitelisted = "Vox" 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 /datum/gear/uniform/loincloth
display_name = "loincloth" display_name = "loincloth"
path = /obj/item/clothing/suit/storage/fluff/loincloth path = /obj/item/clothing/suit/storage/fluff/loincloth

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()

View File

@@ -1664,6 +1664,7 @@
#include "code\modules\clothing\head\solgov_vr.dm" #include "code\modules\clothing\head\solgov_vr.dm"
#include "code\modules\clothing\masks\boxing.dm" #include "code\modules\clothing\masks\boxing.dm"
#include "code\modules\clothing\masks\breath.dm" #include "code\modules\clothing\masks\breath.dm"
#include "code\modules\clothing\masks\breath_vr.dm"
#include "code\modules\clothing\masks\gasmask.dm" #include "code\modules\clothing\masks\gasmask.dm"
#include "code\modules\clothing\masks\gasmask_vr.dm" #include "code\modules\clothing\masks\gasmask_vr.dm"
#include "code\modules\clothing\masks\miscellaneous.dm" #include "code\modules\clothing\masks\miscellaneous.dm"