Adds Siren jumpsuit

This commit is contained in:
Aztectornado
2018-02-22 05:58:56 -06:00
parent 3512c8d6bd
commit 105f986db1
6 changed files with 47 additions and 2 deletions
@@ -1714,3 +1714,35 @@ Departamental Swimsuits, for general use
"Teshari" = 'icons/vore/custom_clothes_tesh_vr.dmi'
)
body_parts_covered = UPPER_TORSO|LOWER_TORSO
//Aztectornado:Tron inspired Siren outfit
/obj/item/clothing/under/fluff/siren
name = "Siren Jumpsuit"
desc = "An advanced jumpsuit with inlaid neon highlighting, and a port on the back."
description_fluff = "Unlike other competitor suits, the Ward Takahashi Siren jumpsuit features a whole host of extra sensors for augmented reality use, and features a non-invasive neural sensor/stimulator for a fully immersive experience."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "tronsiren"
worn_state = "tronsiren_mob"
item_state = "tronsiren_mob"
rolled_sleeves = 0
/obj/item/clothing/gloves/fluff/siren
name = "Siren Gloves"
desc = "A set of white and neon blue gloves."
description_fluff = "Like its jumpsuit companion, the Ward Takahashi Siren gloves feature multiple sensors for usage in augmented reality. The gloves operate fine even without a paired jumpsuit, offering optimal AR menu control and haptic feedback."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "tronsiren_gloves"
item_state = "tronsiren_gloves_mob"
/obj/item/clothing/shoes/boots/fluff/siren
name = "Siren Boots"
desc = "A set of white boots with neon lighting."
description_fluff = "Unlike the rest of the Ward Takahashi Siren lineup, the boots are simply boots. However, they go great with the rest of the outfit, and are quite comfortable."
icon_state = "tronsiren_shoes"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_onmob_vr.dmi'