From 22069cd841303bf290b0b6975f565241de66be7e Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 21 Jul 2018 13:23:02 -0700 Subject: [PATCH] Update album.dm --- code/modules/photography/photos/album.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/photography/photos/album.dm b/code/modules/photography/photos/album.dm index 002fba674b..b4481eb008 100644 --- a/code/modules/photography/photos/album.dm +++ b/code/modules/photography/photos/album.dm @@ -15,6 +15,8 @@ . = ..() GET_COMPONENT(STR, /datum/component/storage) STR.can_hold = typecacheof(list(/obj/item/photo)) + STR.max_combined_w_class = 42 + STR.max_items = 21 LAZYADD(SSpersistence.photo_albums, src) /obj/item/storage/photo_album/Destroy()