Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddactions.cc98 return mons_is_plant(*mon); in mons_matches_daction()
H A Dmon-util.h395 bool mons_is_plant(const monster& mon);
H A Dreligion.cc1734 return mon->alive() && mons_is_plant(*mon) in _is_plant_follower()
2836 return mons_is_plant(target) in fedhas_neutralises()
H A Dmon-util.cc1051 bool mons_is_plant(const monster& mon) in mons_is_plant() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1097 mons_check_flag(mons_is_plant(mon), monsterflags, in main()