diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b37489cc315..bba40173542 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1080,6 +1080,17 @@ item_color = "lillian_dress" body_parts_covered = UPPER_TORSO|LOWER_TORSO +////// Cybernetic Casings - Parker Eliza - MrSnapwalk +/obj/item/clothing/under/fluff/parkereliza + name = "cybernetic casings" + desc = "A set of somewhat bulky white casings for robotic limbs, paired with a basic blue tank top and black cargo pants. The arms have a small label on the inner elbow, which reads \"Bishop Corporation Cybernetic Solutions\"." + icon = 'icons/obj/custom_items.dmi' + icon_state = "parker_eliza" + item_state = "parker_eliza" + item_color = "parker_eliza" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS|HANDS + + ////////////// Accessories ///// //////////////////// Blood Red Pendant - Mewth - Mu'taz Radi //////////////// diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 1f56cae8ef5..e1a9d062518 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 253a4ef5d3b..c492fcaccaf 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ