This commit is contained in:
knoxon1
2020-06-14 22:55:02 -05:00
parent da82ceeb59
commit 2f15905e6e
3 changed files with 38 additions and 0 deletions

View File

@@ -1115,6 +1115,19 @@
ckeywhitelist = list("xonkon")
character_name = list("Ali")
/datum/gear/fluff/zena_suit
path = /obj/item/clothing/suit/space/void/engineering/zena
display_name = "Zena's Shroud Suit"
ckeywhitelist = list("xonkon")
character_name = list("Zena Aviv")
/datum/gear/fluff/zena_helmet
path = /obj/item/clothing/head/helmet/space/void/engineering/zena
display_name = "Zena's Shroud Helmet"
ckeywhitelist = list("xonkon")
character_name = list("Zena Aviv")
// Y CKEYS
// Z CKEYS

View File

@@ -1963,3 +1963,28 @@ Departamental Swimsuits, for general use
icon_override = 'icons/vore/custom_onmob_vr.dmi'
icon_state = "azuracollar"
//Xonkon: Zena Aviv
/obj/item/clothing/head/helmet/space/void/engineering/zena
name = "custom shroud helmet"
desc = "A black and orange engineering shroud helmet. Orange plated and specially crafted and augmented for a variety of activites."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "zenahelmet"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "zenahelmet_mob"
species_restricted = null
/obj/item/clothing/suit/space/void/engineering/zena
name = "custom shroud suit"
desc = "A black and orange engineering shroud helmet. Skintight and specially crafted and augmented for a variety of activites."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "zenasuit"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "zenasuit_mob"
species_restricted = null

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 213 KiB