Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h393 bool mons_class_is_plant(monster_type mc);
H A Dmon-util.cc1046 bool mons_class_is_plant(monster_type mc) in mons_class_is_plant() function
1053 return mons_class_is_plant(mon.type); in mons_is_plant()
H A Dreligion.cc2760 return mons_class_is_plant(mc) in _fedhas_protects_species()
H A Dgod-abil.cc1936 && mons_class_is_plant(mc) in fedhas_passthrough_class()