Home
last modified time | relevance | path

Searched refs:BOOK_POWER (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dbook-type.h46 BOOK_POWER, enumerator
H A Ditem-name.cc1010 case BOOK_POWER: return "Power"; in _book_type_name()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Deffects.cc745 else if (!you.had_book[BOOK_POWER]) in acquirement()
746 type_wanted = BOOK_POWER; in acquirement()
H A Dreligion.cc364 else if (!you.had_book[BOOK_POWER]) in pray()
365 gift = BOOK_POWER; in pray()
H A Dspl-book.cc965 case BOOK_POWER: in book_rarity()
H A Denum.h363 BOOK_POWER, enumerator
H A Ditemname.cc1905 (item_typ == BOOK_POWER) ? "Power" : in item_name_2()
H A Ddungeon.cc2253 mitm[p].sub_type = BOOK_POWER; in items()