Adds Shrine Maiden outfit for donator

This commit is contained in:
Jay
2021-03-14 18:40:01 -05:00
parent 932e0fe0cd
commit e4ab673e4a
4 changed files with 14 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -549,3 +549,8 @@
path = /obj/item/clothing/mask/breath/mmask
ckeywhitelist = list("sneka")
/datum/gear/donator/smaiden
name = "Shrine Maiden"
slot = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/smaiden
ckeywhitelist = list("ultimarifox")

View File

@@ -601,3 +601,12 @@
item_state = "mmask"
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
icon_state = "mmask"
/obj/item/clothing/suit/smaiden
name = "shrine maiden"
desc = "Seems questionably tight for religious purposes."
icon_state = "smaiden"
item_state = "smaiden"
icon = 'icons/obj/custom.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
mutantrace_variation = NONE