Adds Shrine Maiden outfit for donator
This commit is contained in:
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 |
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user