Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h581 int max_mons_charge(monster_type m);
H A Dmon-info.cc165 if (mons.get_ench(ench).degree < max_mons_charge(mons.type)) in ench_to_mb()
H A Dmon-cast.cc5080 if (ench.ench == ENCH_NONE || ench.degree < max_mons_charge(mons->type)) in _spell_charged()
5376 if (max_mons_charge(mons->type) > 0 && !_spell_charged(mons)) in mons_cast()
H A Dmon-util.cc5553 int max_mons_charge(monster_type m) in max_mons_charge() function