(without the quotes), which will cause all non-randart spellbooks to be created.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9882 c06c8d41-db1a-0410-9941-cceddc491573
PYAGQDWITEHCJD5TKHRFWBDEB3424L7RLSJGW72Z5UWTBH35ZGMQC }static void _make_all_books(){for (int i = 0; i < NUM_FIXED_BOOKS; ++i){int thing = items(0, OBJ_BOOKS, i, true, 0, MAKE_ITEM_NO_RACE,0, 0, AQ_WIZMODE);if (thing == NON_ITEM)continue;move_item_to_grid(&thing, you.pos());item_def book(mitm[thing]);mark_had_book(book);set_ident_flags(book, ISFLAG_KNOW_TYPE);set_ident_flags(book, ISFLAG_IDENT_MASK);mprf("%s", book.name(DESC_PLAIN).c_str());}