diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 5d3f62b02a7..9a02b2f6966 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -293,6 +293,15 @@ //////////// Gloves //////////// +/obj/item/clothing/gloves/fluff/murad_hassim_1 + name = "Tajaran Surgical Gloves" + desc = "Reinforced sterile gloves custom tailored to comfortably accommodate Tajaran claws." + icon_state = "latex" + item_state = "lgloves" + siemens_coefficient = 0.30 + permeability_coefficient = 0.01 + color="white" + /obj/item/clothing/gloves/fluff/walter_brooks_1 //botanistpower: Walter Brooks name = "mittens" desc = "A pair of well worn, blue mittens." diff --git a/config/custom_items.txt b/config/custom_items.txt index dc46a9c3380..7d5490e2f84 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -5,6 +5,7 @@ chinsky: Victor Kaminski: /obj/item/fluff/victor_kaminsky_1 chinsky: Summer Springfield: /obj/item/weapon/camera_test/fluff/orange compactninja: Al Peterson: /obj/item/clothing/head/flatcap compactninja: Lister Black: /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle, /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle +crazy2455: Murad Hassim: /obj/item/clothing/gloves/fluff/murad_hassim_1 cubejackal: Barry Sharke: /obj/item/clothing/mask/fluff/electriccig desiderium: Momiji Inubashiri: /obj/item/clothing/under/fluff/olddressuniform desiderium: Rook Maudlin: /obj/item/clothing/suit/det_suit/fluff/retpolcoat, /obj/item/clothing/head/det_hat/fluff/retpolcap, /obj/item/clothing/under/det/fluff/retpoluniform