mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Merge pull request #2285 from Natje0/master
Awens Fluff stuff attempt 2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 178 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user