From 9443e2836c54691ae25878430a0f40b9affb0d18 Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Sun, 25 Apr 2021 10:47:16 -0600 Subject: [PATCH] that's all folks (#11732) --- .../client/preference_setup/loadout/loadout_general.dm | 5 +++++ html/changelogs/wickedcybs_photo.yml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 html/changelogs/wickedcybs_photo.yml 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