Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Drandbook.cc329 spschools_type schools_b = get_spell_disciplines(b); in _compare_spells() local
331 if (schools_a != schools_b && schools_a != spschool::none in _compare_spells()
332 && schools_b != spschool::none) in _compare_spells()
342 if (b_type == nullptr && (schools_b & mask)) in _compare_spells()