diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 26fc2faebae..b341d3d0dfd 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -61,6 +61,11 @@ icon_state = "paper" item_state = "paper" +/obj/item/fluff/maurice_bedford_1 + name = "Monogrammed Handkerchief" + desc = "A neatly folded handkerchief embroidered with a 'M'." + icon_state = "maurice_bedford_1" + ////////////////////////////////// ////////// Usable Items ////////// ////////////////////////////////// diff --git a/config/custom_items.txt b/config/custom_items.txt index 220783f37c0..bda1cf5ada6 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -27,6 +27,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 +maximumbob: Maurice Bedford: /obj/item/fluff/maurice_bedford_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 diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index ac4ae283481..9c552ae4f56 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ