diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b7fc4a4bc9f..adec608cf70 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -345,6 +345,12 @@ item_state = "bluegloves" color="blue" +/obj/item/clothing/gloves/fluff/chal_appara_1 //furlucis: Chal Appara + name = "Left Black Glove" + desc = "The left one of a pair of black gloves. Wonder where the other one went..." + icon = 'custom_items.dmi' + icon_state = "chal_appara_1" + //////////// Eye Wear //////////// /obj/item/clothing/glasses/meson/fluff/book_berner_1 //asanadas: Book Berner diff --git a/config/custom_items.txt b/config/custom_items.txt index bf3d5f93327..35b2e3c48dd 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -18,6 +18,7 @@ fniff: Sarah Calvera: /obj/item/fluff/sarah_calvera_1 fniff: Angleo Wilkerson: /obj/item/fluff/angelo_wilkerson_1 foolamancer: Edvin Telephosphor: /obj/item/clothing/head/fluff/edvin_telephosphor_1 furohman: Fay Sullivan: /obj/item/weapon/lighter/zippo/fluff/fay_sullivan_1 +furlucis: Chal Appara: /obj/item/clothing/gloves/fluff/chal_appara_1 gvazdas: Sarah Carbrokes: /obj/item/fluff/sarah_carbrokes_1 jamini: Edwin Atweeke: /obj/item/clothing/suit/labcoat/fluff/burnt kirbyelder: John McKeever: /obj/item/paper/fluff/john_mckeever_1 diff --git a/icons/mob/hands.dmi b/icons/mob/hands.dmi index 76c6dec6e9e..3ffb14d0b01 100644 Binary files a/icons/mob/hands.dmi and b/icons/mob/hands.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 20aeb702fb2..a6bebf8a3c1 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ