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()