Update album.dm

This commit is contained in:
kevinz000
2018-07-21 13:23:02 -07:00
committed by GitHub
parent 2a6e4fce59
commit 22069cd841
+2
View File
@@ -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()