mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
aaa
This commit is contained in:
@@ -1115,6 +1115,19 @@
|
|||||||
ckeywhitelist = list("xonkon")
|
ckeywhitelist = list("xonkon")
|
||||||
character_name = list("Ali")
|
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
|
// Y CKEYS
|
||||||
|
|
||||||
// Z CKEYS
|
// Z CKEYS
|
||||||
|
|||||||
@@ -1963,3 +1963,28 @@ Departamental Swimsuits, for general use
|
|||||||
|
|
||||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||||
icon_state = "azuracollar"
|
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 |
Reference in New Issue
Block a user