diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 35f43aed2a..dfc418ffda 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -75,6 +75,12 @@ icon = 'custom_items.dmi' icon_state = "fancypen" +/obj/item/weapon/pen/fluff/fountainpen //paththegreat: Eli Stevens + name = "Engraved Fountain Pen" + desc = "An expensive looking pen with the initials E.S. engraved into the side." + icon = 'custom_items.dmi' + icon_state = "fountainpen" + /obj/item/fluff/victor_kaminsky_1 //chinsky: Victor Kaminski name = "golden detective's badge" desc = "NanoTrasen Security Department detective's badge, made from gold. Badge number is 564." diff --git a/config/custom_items.txt b/config/custom_items.txt index c5a4c37f99..f14a749380 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -32,6 +32,7 @@ nerezza: Asher Spock: /obj/item/weapon/reagent_containers/hypospray/fluff/asher_ nerezza: Asher Spock: /obj/item/weapon/card/id/fluff/asher_spock_2 orangebottle: Lillian Levett: /obj/item/weapon/pen/fluff/fancypen orangebottle: Lilliana Reade: /obj/item/weapon/pen/fluff/fancypen +paththegreat: Eli Stevens: /obj/item/weapon/pen/fluff/fountainpen phaux: Tian Krieger: /obj/item/clothing/under/fluff/tian_dress rawrtaicho: Riley Rohtin: /obj/item/weapon/lighter/zippo/fluff/riley_rohtin_1 roaper: Enos Adlai: /obj/item/clothing/head/fluff/enos_adlai_1 @@ -53,5 +54,4 @@ tzefa: Wes Solari: /obj/item/fluff/wes_solari_1 vinceluk: Seth Sealis: /obj/item/clothing/suit/det_suit/fluff/graycoat whitellama: Ethan Way: /obj/item/fluff/ethan_way_1 whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 -roaper: Ian Colm: /obj/item/weapon/card/id/fluff/ian_colmid - +roaper: Ian Colm: /obj/item/weapon/card/id/fluff/ian_colmid \ No newline at end of file diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 68f2fb1bfc..a6919a670b 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ