Adds Lumi's fluff vox suit

Adds Lumi's fluff vox bodysuit.

Approved by Kyet.

The item is a fluff bodysuit for a vox, sits in the jumpsuit slot, and behaves as a regular pair of athletic shorts would (scarves, etc can be attached, it cannot be rolled down, can be removed as normal). It is animated.

gangelwaefre:voxbodysuit is the phrase needed in custom_sprites.
This commit is contained in:
Lumi
2019-03-25 22:57:02 +11:00
parent ad4a4133c8
commit c587e90d8b
5 changed files with 13 additions and 1 deletions
+13 -1
View File
@@ -1773,4 +1773,16 @@
/obj/item/clothing/gloves/ring/fluff/benjaminfallout //Benjaminfallout: Pretzel Brassheart
name = "Pretzel's Ring"
desc = "A small platinum ring with a large light blue diamond. Engraved inside the band are the words: 'To my lovely Pristine Princess. Forever yours, Savinien.'"
icon_state = "benjaminfallout_ring"
icon_state = "benjaminfallout_ring"
/obj/item/clothing/under/fluff/voxbodysuit //Gangelwaefre: Kikeri
name = "Vox Bodysuit"
desc = "A shimmering bodysuit custom-fit to a vox. Has shorts sewn in."
lefthand_file = 'icons/mob/inhands/fluff_lefthand.dmi'
righthand_file = 'icons/mob/inhands/fluff_righthand.dmi'
icon = 'icons/mob/inhands/fluff_righthand.dmi'
icon_state = "voxbodysuit"
item_state = "voxbodysuit"
item_color = "voxbodysuit"
body_parts_covered = HEAD|UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
species_fit = list("Vox")