mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Merge pull request #14286 from Citadel-Station-13/metalmaskDonator
Donator Item - Metal Mask
This commit is contained in:
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 |
@@ -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")
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user