diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index dfc418ffda..36b3b741e8 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -183,6 +183,13 @@ icon_state = "shinyflask" volume = 50 +/obj/item/weapon/reagent_containers/food/drinks/flask/fluff/lithiumflask //mcgulliver: Wox Derax + name = "Lithium Flask" + desc = "A flask with a Lithium Atom symbol on it." + icon = 'custom_items.dmi' + icon_state = "lithiumflask" + volume = 50 + /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle //compactninja: Lister Black name = "Pill bottle (anti-depressants)" desc = "Contains pills used to deal with depression. They appear to be prescribed to Lister Black" diff --git a/config/custom_items.txt b/config/custom_items.txt index f14a749380..14bdf620bb 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -26,6 +26,7 @@ lexusjjss: Lexus Langg: /obj/item/weapon/clipboard/fluff/smallnote, /obj/item/we lexusjjss: Zachary Tomlinson: /obj/item/weapon/clipboard/fluff/smallnote, /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/shinyflask madmalicemccrea: Alice McCrea: /obj/item/clothing/head/welding/fluff/alice_mccrea_1 mangled: Li Matsuda: /obj/item/weapon/lighter/zippo/fluff/li_matsuda_1 +mcgulliver: Wox Derax: /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/lithiumflask misterfox: Rashid Siraj: /obj/item/weapon/storage/bible/tajaran morrinn: Maye Day: /obj/item/weapon/storage/fluff/maye_daye_1 nerezza: Asher Spock: /obj/item/weapon/reagent_containers/hypospray/fluff/asher_spock_1 diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index a6919a670b..774061a4b6 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ