Merge pull request #5153 from CHOMPStation2/upstream-merge-13920

[MIRROR] Adds Freyr's Mask fluff item
This commit is contained in:
Nadyr
2022-10-24 16:53:34 -04:00
committed by GitHub
4 changed files with 33 additions and 0 deletions
@@ -467,6 +467,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"
@@ -2477,5 +2477,31 @@ Departamental Swimsuits, for general use
desc = "Cerise's hard-won belt from her glory days. Her skill might have waned since then, but her renown lives on."
icon_state = "champion"
item_state = null // i swear to god this works - hatterhat
icon_override = 'icons/vore/custom_onmob_vr.dmi'
//Sudate: Shea Corbett
/obj/item/clothing/under/fluff/greek_dress
name = "mytilenean dress"
desc = "It's a breezy, colorful two-part dress woven from linen, with the top consisting of white linen, and the skirt of rougher, sturdy fabric. It's adorned with a yellow belt and embroidered stripes in the hem, and blue highlights at the sleeves. More notably, however, it exposes the wearer's chest entirely."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "greek_dress"
worn_state = "greek_dress"
rolled_sleeves = 0
rolled_down = 0
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "greek_dress"
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
End CHOMP Removal*/
Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB