diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 2fdb31f648e..0181552f3cd 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -226,6 +226,14 @@ icon_on = "rybysfluffopen" icon_off = "rybysfluff" +/obj/item/lighter/zippo/fluff/warriorstar // Warriorstar: DEADLOCK + name = "zippo" + desc = "The lighter is made of a pastel purple metal which seems to glimmer even in complete darkness." + icon = 'icons/obj/custom_items.dmi' + icon_state = "deadlock_zippo" + icon_on = "deadlock_zippo_on" + icon_off = "deadlock_zippo" + /obj/item/fluff/dogwhistle //phantasmicdream: Zeke Varloss name = "Sax's whistle" desc = "This whistle seems to have a strange aura about it. Maybe you should blow on it?" diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 87dec87a62f..2026f3a5566 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ