Home
last modified time | relevance | path

Searched refs:real_amphibious (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h290 bool real_amphibious = false);
291 habitat_type mons_habitat(const monster& mon, bool real_amphibious = false);
H A Dmon-util.cc3334 bool real_amphibious = false) in _mons_class_habitat() argument
3339 if (!real_amphibious) in _mons_class_habitat()
3351 bool real_amphibious) in mons_habitat_type() argument
3354 real_amphibious); in mons_habitat_type()
3357 habitat_type mons_habitat(const monster& mon, bool real_amphibious) in mons_habitat() argument
3362 return mons_habitat_type(type, mons_base_type(mon), real_amphibious); in mons_habitat()