Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h579 bool mons_is_fragile(const monster& mons);
H A Dmon-util.cc767 bool mons_is_fragile(const monster& mons) in mons_is_fragile() function
H A Dmonster.cc4475 if (mons_is_fragile(*this) && !has_ench(ENCH_SLOWLY_DYING)) in hurt()