Home
last modified time | relevance | path

Searched refs:BOOK_RANDART_LEVEL (Results 1 – 10 of 10) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dbook-type.h65 BOOK_RANDART_LEVEL, enumerator
H A Dacquire.cc800 ASSERT(book != BOOK_RANDART_LEVEL); in _book_weight()
938 1, BOOK_RANDART_LEVEL); in _do_book_acquirement()
973 case BOOK_RANDART_LEVEL: in _do_book_acquirement()
979 book.sub_type = BOOK_RANDART_LEVEL; in _do_book_acquirement()
H A Ddbg-objstat.cc459 if (orig_type == BOOK_RANDART_LEVEL) in _item_name()
461 else if (orig_type == BOOK_RANDART_LEVEL) in _item_name()
H A Dwiz-item.cc924 else if (item.sub_type == BOOK_RANDART_LEVEL) in _debug_acquirement_stats()
1192 + subtype_quants[BOOK_RANDART_LEVEL] > 0) in _debug_acquirement_stats()
H A Dmakeitem.cc1458 1, BOOK_RANDART_LEVEL); in _generate_book_item()
1465 else if (item.sub_type == BOOK_RANDART_LEVEL) in _generate_book_item()
H A Drandbook.cc545 book.sub_type = BOOK_RANDART_LEVEL; in make_book_level_randart()
H A Dspl-book.cc153 case BOOK_RANDART_LEVEL: in book_exists()
H A Ditem-name.cc1041 case BOOK_RANDART_LEVEL: return "Fixed Level"; in _book_type_name()
3230 if (sub_type == BOOK_RANDART_LEVEL in init_item_name_cache()
H A Ditems.cc4368 else if (type_wanted == BOOK_RANDART_LEVEL) in get_item_by_name()
H A Dmapdef.cc5673 spec.sub_type = BOOK_RANDART_LEVEL; in parse_random_by_class()