Merge pull request #14286 from Citadel-Station-13/metalmaskDonator

Donator Item - Metal Mask
This commit is contained in:
Lin
2021-02-22 11:15:37 -06:00
committed by GitHub
4 changed files with 14 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

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"