From 6acbb26a72d1fcb0d56310d14fcaf2fdaf029e39 Mon Sep 17 00:00:00 2001 From: throwawayuseless Date: Thu, 29 May 2025 15:19:36 -0400 Subject: [PATCH] Books: The Shelvening (#91369) puts some more books on the shelf adds photo binders, card binders, and the book of babel to bookshelf we had a couple of book related items that you couldnt put on the bookshelf now you can woohoo yippee --- code/__DEFINES/is_helpers.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/__DEFINES/is_helpers.dm b/code/__DEFINES/is_helpers.dm index b386839b034..a8ac0e60c97 100644 --- a/code/__DEFINES/is_helpers.dm +++ b/code/__DEFINES/is_helpers.dm @@ -321,9 +321,12 @@ GLOBAL_LIST_INIT(book_types, typecacheof(list( /obj/item/book, /obj/item/spellbook, /obj/item/infuser_book, + /obj/item/storage/photo_album, + /obj/item/storage/card_binder, /obj/item/codex_cicatrix, /obj/item/toy/eldritch_book, /obj/item/toy/talking/codex_gigas, + /obj/item/book_of_babel, ))) // Jobs