From 8274cc9baea13d36b6c122feab2b12b5771ddb65 Mon Sep 17 00:00:00 2001 From: gy1ta23 Date: Mon, 8 Jul 2024 06:41:48 -0400 Subject: [PATCH] thanks joey i cant beleive i fucked this up --- code/modules/paperwork/photography.dm | 7 +++++++ maps/torch/loadout/loadout_misc.dm | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/code/modules/paperwork/photography.dm b/code/modules/paperwork/photography.dm index 871f78a3cf223..fdae7c31e6d8d 100644 --- a/code/modules/paperwork/photography.dm +++ b/code/modules/paperwork/photography.dm @@ -100,6 +100,13 @@ var/global/photo_count = 0 add_fingerprint(usr) return +/obj/item/phototrinket + name = "photo" + icon = 'icons/obj/tools/photography.dmi' + desc = "A blank photograph. You feel, for some reason, that someone (or something) has forgotten to... describe it?" + icon_state = "photo" + item_state = "paper" + w_class = ITEM_SIZE_TINY /************** * photo album * diff --git a/maps/torch/loadout/loadout_misc.dm b/maps/torch/loadout/loadout_misc.dm index bf3d807880b4a..bf4d250dd47db 100644 --- a/maps/torch/loadout/loadout_misc.dm +++ b/maps/torch/loadout/loadout_misc.dm @@ -1,6 +1,11 @@ +/datum/gear/trinket/photograph + display_name = "photo" + description = "A definable photograph. The only limit is your imagination." + path = /obj/item/phototrinket + /datum/gear/trinket/scg_challenge_coin display_name = "sol challenge coin selection" - description = "A selection of challenge coins for identification, collection or simply bragging rights" + description = "A selection of challenge coins for identification, collection or simply bragging rights." path = /obj/item/material/coin/challenge cost = 1 @@ -20,7 +25,7 @@ /datum/gear/trinket/misc_challenge_coin display_name = "misc challenge coin selection" - description = "A selection of challenge coins for identification, collection or simply bragging rights" + description = "A selection of challenge coins for identification, collection or simply bragging rights." path = /obj/item/material/coin/challenge/misc cost = 1