diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 36415c02705..ad34bdb8312 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -252,6 +252,13 @@ icon = 'custom_items.dmi' icon_state = "odysseus_spec_id" +/obj/item/weapon/card/id/fluff/ian_colmid //Roaper: Ian Colm + name = "Technician" + desc = "a ID with the name 'Ian Colm' on it" + icon = 'card.dmi' + icon_state = "id" + + /obj/item/weapon/clipboard/fluff/mcreary_journal //sirribbot: James McReary name = "McReary's journal" desc = "A journal with a warning sticker on the front cover. The initials \"J.M.\" are written on the back." diff --git a/config/custom_items.txt b/config/custom_items.txt index 103a556418b..8f8257af58d 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -46,4 +46,5 @@ themij: Taryn Keppel: /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_ki tzefa: Wes Solari: /obj/item/fluff/wes_solari_1 vinceluk: Seth Sealis: /obj/item/clothing/suit/storage/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 \ No newline at end of file +whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 +roaper: Ian Colm: /obj/item/weapon/card/id/fluff/ian_colmid \ No newline at end of file