diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index b666b2ebeab..96950755dca 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -10,6 +10,11 @@ var/color_blend_mode = ICON_MULTIPLY species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This lets all races use the default hairstyles. + awoohair + name = "Shoulder-length Messy" + icon = 'icons/mob/human_face_vr.dmi' + icon_state = "momijihair" + citheronia name = "Citheronia Hair (Kira72)" icon = 'icons/mob/human_face_vr.dmi' @@ -738,3 +743,13 @@ icon_state = "osocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_L_LEG) + + animeeyesinner + name = "Anime Eyes Inner" + icon_state = "animeeyesinner" + body_parts = list(BP_HEAD) + + animeeyesouter + name = "Anime Eyes Outer" + icon_state = "animeeyesouter" + body_parts = list(BP_HEAD) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index f8564fd3561..c79b72afa3a 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -24,6 +24,39 @@ */ +//Natje: Awen Henry +/obj/item/clothing/head/fluff/awoo + name = "Wolfgirl Hat" + desc = "An odd, small hat with two strings attached to it." + + icon_state = "awoohat" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_onmob_vr.dmi' + +//Natje: Awen Henry +/obj/item/clothing/shoes/fluff/awoo + name = "Red Sandals" + desc = "A pair of sandals that make you want to awoo!" + + icon_state = "awoosandals" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_onmob_vr.dmi' + +//Natje: Awen Henry +/obj/item/clothing/under/fluff/awoo + name = "Wolfgirl Clothes" + desc = "A set of clothes almost identical to those Wolf Girls always wear..." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "awoouni" + worn_state = "awoouni_mob" + rolled_sleeves = 0 + rolled_down = 0 + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "awoouni_mob" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS + //SpoopyLizz: Roiz Lizden /obj/item/clothing/suit/storage/hooded/wintercoat/roiz name = "dinosaur winter coat" diff --git a/config/custom_items.txt b/config/custom_items.txt index 1c13267f7fc..09cd41d6a4d 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -479,6 +479,24 @@ item_path: /obj/item/weapon/storage/belt/utility/fluff/vulpine # ######## N CKEYS +{ +ckey: natje +character_name: Awen Henry +item_path: /obj/item/clothing/head/fluff/awoo +} + +{ +ckey: natje +character_name: Awen Henry +item_path: /obj/item/clothing/shoes/fluff/awoo +} + +{ +ckey: natje +character_name: Awen Henry +item_path: /obj/item/clothing/under/fluff/awoo +} + { ckey: natje character_name: Pumila diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 6b6efacbb91..9dc0fcc8428 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index c965415f235..2442e69f2eb 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 937f0d9a843..bcb6c5270a5 100644 Binary files a/icons/vore/custom_onmob_vr.dmi and b/icons/vore/custom_onmob_vr.dmi differ