Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h217 bool should_drink_potion(potion_type ptype) const;
H A Dmon-act.cc823 if (mons.can_drink_potion(ptype) && mons.should_drink_potion(ptype)) in _handle_potion()
H A Dmonster.cc5806 bool monster::should_drink_potion(potion_type ptype) const in should_drink_potion() function in monster