diff --git a/code/citadel/custom_loadout/custom_items.dm b/code/citadel/custom_loadout/custom_items.dm index cf9471c629..397f4c6576 100644 --- a/code/citadel/custom_loadout/custom_items.dm +++ b/code/citadel/custom_loadout/custom_items.dm @@ -30,6 +30,14 @@ item_color = null tagname = null +/obj/item/clothing/accessory/medal/steele + name = "Insignia Of Steele" + desc = "An intricate pendant given to those who help a key member of the Steele Corporation." + icon = 'icons/obj/custom.dmi' + icon_state = "steele" + item_color = "steele" + medaltype = "medal-silver" + /*DirtyOldHarry*/ /obj/item/lighter/gold diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index e037ffb73a..c8b96b8469 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ