diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index de10fa271d..a6e57957ee 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -774,7 +774,7 @@ path = /obj/item/clothing/suit/storage/hooded/wintercoat/security/fluff/evelyn/ display_name = "warden's navy winter coat" ckeywhitelist = list("pandora029") - character_name = list("Evelyn Tareen") + character_name = list("Evelyn Tareen", "Velyn Tareen") /datum/gear/fluff/lily_medal path = /obj/item/clothing/accessory/medal/silver/unity @@ -854,7 +854,7 @@ display_name = "LUNA's Distinguished Conduct Medal" ckeywhitelist = list("residentcody") character_name = list("LUNA") - + /datum/gear/fluff/pathfinder_id path = /obj/item/weapon/card/id/event/polymorphic/itg display_name = "Pathfinder's ITG ID" diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index d48c787df7..cbe9bb6419 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2305,6 +2305,17 @@ Departamental Swimsuits, for general use icon_override = 'icons/vore/custom_onmob_vr.dmi' item_state = "evelyncoat_mob" + hoodtype = /obj/item/clothing/head/hood/winter/security/fluff/evelyn + +/obj/item/clothing/head/hood/winter/security/fluff/evelyn + name = "warden's navy winter hood" + desc = "A custom tailored security winter coat's hood in navy blue colors." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "evelynhood" + + + icon_override = 'icons/vore/custom_onmob_vr.dmi' + item_state = "evelynhood_mob" /obj/item/clothing/suit/storage/hooded/wintercoat/security/fluff/evelyn/ui_action_click() ToggleHood_evelyn() diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 6c8267333a..ac30e18a67 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ diff --git a/icons/vore/custom_onmob_vr.dmi b/icons/vore/custom_onmob_vr.dmi index 826abd6dc8..cfbd9d305c 100644 Binary files a/icons/vore/custom_onmob_vr.dmi and b/icons/vore/custom_onmob_vr.dmi differ