Home
last modified time | relevance | path

Searched refs:DUR_NO_SCROLLS (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dduration-type.h185 DUR_NO_SCROLLS, enumerator
H A Dduration-data.h495 { DUR_NO_SCROLLS,
H A Douch.cc924 if (!you.duration[DUR_NO_SCROLLS]) in ouch()
927 you.increase_duration(DUR_NO_SCROLLS, 1 + random2(dam), 30); in ouch()
H A Ditem-use.cc2824 if (you.duration[DUR_NO_SCROLLS]) in cannot_read_item_reason()