diff --git a/code/modules/photography/photos/album.dm b/code/modules/photography/photos/album.dm index afd3aa9ede9..173d900c4b5 100644 --- a/code/modules/photography/photos/album.dm +++ b/code/modules/photography/photos/album.dm @@ -55,6 +55,9 @@ if(!SEND_SIGNAL(src, COMSIG_TRY_STORAGE_INSERT, P, null, TRUE, TRUE)) qdel(P) +/obj/item/storage/photo_album/prevent_content_explosion() + return TRUE + /obj/item/storage/photo_album/HoS name = "photo album (Head of Security)" persistence_id = "HoS"