Merge pull request #13920 from Heroman3003/freyrmask

Adds Freyr's Mask fluff item
This commit is contained in:
Casey
2022-10-16 17:08:39 -04:00
committed by GitHub
4 changed files with 20 additions and 1 deletions
@@ -529,6 +529,13 @@
ckeywhitelist = list("jacobdragon")
character_name = list("Earthen Breath")
/datum/gear/fluff/jademanique_freyr_mask
path = /obj/item/clothing/mask/fluff/freyr_mask
display_name = "Freyr's Mask"
slot = slot_head
ckeywhitelist = list("jademanique")
character_name = list("Freyr")
/datum/gear/fluff/cirra_box
path = /obj/item/weapon/storage/box/fluff/cirra
display_name = "Cirra's Box"
@@ -2524,4 +2524,16 @@ Departamental Swimsuits, for general use
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "greek_dress"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
//JadeManique: Freyr
/obj/item/clothing/mask/fluff/freyr_mask
name = "Freyr's Mask"
desc = "A pristine white mask with antlers. Its silky to the touch, like porcelain!"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "freyrmask"
icon_override = 'icons/vore/custom_onmob_vr.dmi'
item_state = "freyrmask_mob"
item_state_slots = null
body_parts_covered = FACE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB