diff --git a/code/modules/client/preference_setup/loadout/loadout_general.dm b/code/modules/client/preference_setup/loadout/loadout_general.dm index 17d478f92ec..68034a0ff6f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_general.dm +++ b/code/modules/client/preference_setup/loadout/loadout_general.dm @@ -235,3 +235,8 @@ display_name = "photo" path = /obj/item/photo flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION + +/datum/gear/photo_album + display_name = "photo album" + path = /obj/item/storage/photo_album + flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION \ No newline at end of file diff --git a/html/changelogs/wickedcybs_photo.yml b/html/changelogs/wickedcybs_photo.yml new file mode 100644 index 00000000000..9f368a6d3a7 --- /dev/null +++ b/html/changelogs/wickedcybs_photo.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - rscadd: "You can now get a photo album from the general section of the loadout, if desired." \ No newline at end of file