diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 8a68dc2f7f6..6b2332e79c7 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -597,3 +597,34 @@ /obj/item/clothing/under/dress/maid/ name = "Maid Outfit" desc = "A french maid outfit made ironically in Gaia's version of the far east." + +//JoanRisu:Joan Risu +/obj/item/clothing/head/helmet/space/fluff/joan + name = "Joan's Combat Space Helmet" + desc = "A customized combat space helmet made for a certain squirrely Commissioned Officer. \ + The top has the signature ears that are held up with a harder back covering. 'Joan' is engraved on the back.\ + There are some indications that the helmet has seen combat." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "joanhelm" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "joanhelm_mob" + + light_overlay = "helmet_light" + + +//JoanRisu:Joan Risu +/obj/item/clothing/suit/space/fluff/joan + name = "Joan's Combat Spacesuit" + desc = "A customized combat spacesuit made for a certain squirrely Commissioned Officer, tail slot included. \ + On the right shoulder, the United Federation's Emblem sits proudly. On the left, there are faded indications \ + that there were different ranks painted on and off. On the collar where the suit is softer is a rectangular \ + name-tag with the name 'Joan' on it. There are indications that the suit has seen combat." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "joansuit" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "joansuit_mob" + diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index ecd460d9b35..8a14f70cdfb 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -267,4 +267,14 @@ icon_state = "swat43-bag" icon_override = 'icons/vore/custom_items_vr.dmi' - item_state = "swat43-bag_mob" \ No newline at end of file + item_state = "swat43-bag_mob" + + +//Dhaeleena:Dhaeleena M'iar +/obj/item/clothing/accessory/medal/silver/security/fluff/dhael + desc = "An award for distinguished combat and sacrifice in defence of corporate commercial interests. Often awarded to security staff. It's engraved with the letters S.W.A.T." + +//Vorrarkul:Lucina Dakarim +/obj/item/clothing/accessory/medal/gold/fluff/lucina + name = "Medal of Medical Excellence" + desc = "A medal awarded to Lucina Darkarim for excellence in medical service." diff --git a/icons/obj/vehicles_vr.dmi b/icons/obj/vehicles_vr.dmi new file mode 100644 index 00000000000..6fa5ae5e08f Binary files /dev/null and b/icons/obj/vehicles_vr.dmi differ diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 37e24697a7b..a7f37f8bc16 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ diff --git a/icons/vore/custom_guns_vr.dmi b/icons/vore/custom_guns_vr.dmi index aefbf915a69..1fe1ad5f302 100644 Binary files a/icons/vore/custom_guns_vr.dmi and b/icons/vore/custom_guns_vr.dmi differ