diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index a229b72f745..ce3e9df0655 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1354,6 +1354,13 @@ item_state = "teri_horn" honk_sound = 'sound/items/teri_horn.ogg' +/obj/item/clothing/accessory/medal/fluff/elo //V-Force_Bomber: E.L.O. + name = "distinguished medal of loyalty and excellence" + desc = "This medal is cut into the shape of a Victoria Cross, and is awarded to those who have proven themselves to Nanotrasen with a long and successful career." + icon = 'icons/obj/custom_items.dmi' + icon_state = "elo-medal" + item_color = "elo-medal" + /obj/item/clothing/suit/fluff/vetcoat //Furasian: Fillmoore Grayson name = "Veteran Coat" desc = "An old, yet well-kept Nanotrasen uniform. Very few of its kind are still produced." @@ -1379,4 +1386,4 @@ icon_state = "panzermedal" item_state = "panzermedal" item_color = "panzermedal" - slot_flags = SLOT_TIE \ No newline at end of file + slot_flags = SLOT_TIE diff --git a/icons/obj/clothing/ties_overlay.dmi b/icons/obj/clothing/ties_overlay.dmi index a17fed4818c..37bbfbf5d25 100644 Binary files a/icons/obj/clothing/ties_overlay.dmi and b/icons/obj/clothing/ties_overlay.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 8296c4ceb7d..c27c19ac3aa 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ