diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 49edd6478f..aaffcf701c 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -194,6 +194,13 @@ hi icon_state = "orangecamera" pictures_left = 30 +/obj/item/device/camera/fluff/oldcamera //magmaram: Maria Crash + name = "Old Camera" + icon = 'custom_items.dmi' + desc = "An old, slightly beat-up digital camera, with a cheap photo printer taped on. It's a nice shade of blue." + icon_state = "oldcamera" + pictures_left = 30 + /obj/item/weapon/card/id/fluff/lifetime //fastler: Fastler Greay; it seemed like something multiple people would have name = "Lifetime ID Card" desc = "A modified ID card given only to those people who have devoted their lives to the better interests of NanoTrasen. It sparkles blue." diff --git a/config/custom_items.txt b/config/custom_items.txt index 59569c3153..167fa1a1b5 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -30,6 +30,7 @@ leonheart11: Johann Erzatz: /obj/item/weapon/reagent_containers/food/drinks/fla lexusjjss: Lexus Langg: /obj/item/weapon/clipboard/fluff/smallnote, /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/shinyflask 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 +magmaram: Maria Crash: /obj/item/device/camera/fluff/oldcamera 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 diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 7d72ae6c9d..8956e12c4d 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ