diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 932e96b60ee..fc07a289a43 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -113,6 +113,13 @@ name = "medal of exceptional heroism" desc = "An extremely rare golden medal awarded only by CentComm. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but commanders." +/obj/item/clothing/tie/medal/gold/ion + name = "Ion Chef Medal" + desc = "A medal awarded to the winner of the Ion Chef contest" + icon_state = "ion" + _color = "ion" + + //Armbands /obj/item/clothing/tie/armband name = "red armband" diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 14afce1baad..578e9b42bd0 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -282,6 +282,15 @@ icon_on = "zippo_nt_on" icon_off = "zippo_nt_off" +/obj/item/weapon/lighter/zippo/fluff/purple + name = "purple engraved zippo" + desc = "All craftsspacemanship is of the highest quality. It is encrusted with refined plasma sheets. On the item is an image of a dwarf and the words 'Strike the Earth!' etched onto the side." + icon = 'icons/obj/custom_items.dmi' + icon_state = "purple_zippo_off" + icon_on = "purple_zippo_on" + icon_off = "purple_zippo_off" + + /obj/item/weapon/fluff/cado_keppel_1 //sparklysheep: Cado Keppel name = "purple comb" desc = "A pristine purple comb made from flexible plastic. It has a small K etched into its side." diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 32b6dd098b1..f4535946d57 100644 Binary files a/icons/mob/ties.dmi and b/icons/mob/ties.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index 7ec148d7274..e4856d49c88 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 4c61d4ef845..7de368f7f47 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ