Donator Item - Metal Mask

This commit is contained in:
Jay
2021-02-21 19:57:43 -06:00
parent bcffa931b9
commit 73be04412b
4 changed files with 14 additions and 1 deletions

View File

@@ -543,3 +543,9 @@
path = /obj/item/clothing/neck/petcollar/choker
ckeywhitelist = list("trigillass")
/datum/gear/donator/strangemask
name = "Strange Metal Mask"
slot = SLOT_IN_BACKPACK
path = /obj/item/clothing/mask/breath/mmask
ckeywhitelist = list("sneka")

View File

@@ -593,4 +593,11 @@
icon_state = "choker"
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
item_state = "choker"
tagname = null
/obj/item/clothing/mask/breath/mmask
name = "Strange Metal Mask"
desc = "An odd metal mask."
icon = 'icons/obj/custom.dmi'
item_state = "mmask"
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
icon_state = "mmask"