Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc468 const bool orig_flies = monster_inherently_flies(*mons); in init_poly_set()
H A Dmon-util.h311 bool monster_inherently_flies(const monster &mons);
H A Dmon-util.cc114 bool monster_inherently_flies(const monster &mons) in monster_inherently_flies() function
H A Dmonster.cc4114 return monster_inherently_flies(*this) in airborne()