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 a6e57957ee4..cfca34e7192 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -826,6 +826,12 @@ ckeywhitelist = list("pastelprincedan") character_name = list("Kiyoshi Maki", "Masumi Maki") +/datum/gear/fluff/masumi_overalls + path = /obj/item/clothing/under/fluff/masumi_overalls + display_name = "white and blue overalls" + ckeywhitelist = list("pastelprincedan") + character_name = list("Masumi Maki") + // Q CKEYS // R CKEYS diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index cbe9bb6419e..6a5ef9c82e8 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2296,6 +2296,15 @@ Departamental Swimsuits, for general use colorswap(usr) +//PastelPrinceDan: Masumi Maki +/obj/item/clothing/under/fluff/masumi_overalls + name = "white and blue overalls" + desc = "A set of white and blue overalls, paired with a yellow shirt." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "masumioveralls" + item_state = "masumioveralls" + icon_override = 'icons/vore/custom_onmob_vr.dmi' + //Pandora029 : Evelyn Tareen /obj/item/clothing/suit/storage/hooded/wintercoat/security/fluff/evelyn name = "warden's navy winter coat" diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index ac30e18a676..5d75cf88b90 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 cfbd9d305c2..5e2d399fd86 100644 Binary files a/icons/vore/custom_onmob_vr.dmi and b/icons/vore/custom_onmob_vr.dmi differ