Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc5067 for (const mon_spell_slot &spslot : spbook.spells) in debug_monspells() local
5068 if (is_valid_spell(spslot.spell)) in debug_monspells()
5069 spells += make_stringf(",%s", spell_title(spslot.spell)); in debug_monspells()
5086 for (const mon_spell_slot &spslot : spbook.spells) in debug_monspells() local
5089 if (!is_valid_spell(spslot.spell)) in debug_monspells()
5092 bknm, spslot.spell); in debug_monspells()
5093 spell_name = to_string(spslot.spell); in debug_monspells()
5096 spell_name = spell_title(spslot.spell); in debug_monspells()
5100 if (spslot.freq > max_freq) in debug_monspells()
5105 spslot.freq, max_freq); in debug_monspells()
[all …]