diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 51ea4525e2..b7fc4a4bc9 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -359,6 +359,12 @@ icon = 'custom_items.dmi' icon_state = "serithi_artalis_1" +/obj/item/clothin/glasses/fluff/uzenwa_sissra_1 //sparklysheep: Uzenwa Sissra + name = "Scanning Goggles" + desc = "A very oddly shaped pair of goggles with bits of wire poking out the sides. A soft humming sound emanates from it." + icon = 'custom_items.dmi' + icon_state = "uzenwa_sissra_1" + //////////// Hats //////////// //Removed by request /* diff --git a/config/custom_items.txt b/config/custom_items.txt index 9a0adfe192..bf3d5f9332 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -46,6 +46,7 @@ sicktrigger: David Fanning: /obj/item/fluff/david_fanning_1 silentthunder: Val McNeil: /obj/item/fluff/val_mcneil_1 spaceman96: Trenna Seber: /obj/item/weapon/pen/fluff/multi, /obj/item/clothing/suit/labcoat/fluff/pink sparklysheep: Cado Keppel: /obj/item/weapon/fluff/cado_keppel_1 +sparklysheep: Uzenwa Sissra: /obj/item/clothin/glasses/fluff/uzenwa_sissra_1 staghorn: Mara Kilpatrick: /obj/item/clothing/mask/mara_kilpatrick_1 tastyfish: Cindy Robertson: /obj/item/weapon/wrapping_paper thatoneguy: Hugo Cinderbatch: /obj/item/weapon/fluff/hugo_cinderbacth_1 diff --git a/icons/mob/eyes.dmi b/icons/mob/eyes.dmi index 6ca6ae2630..ab229b90ed 100644 Binary files a/icons/mob/eyes.dmi and b/icons/mob/eyes.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 6e59939c56..20aeb702fb 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ