Home
last modified time | relevance | path

Searched refs:liquefied_ground (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-vortex.cc336 leda = victim->liquefied_ground() in polar_vortex_damage()
H A Dactor.h377 virtual bool liquefied_ground() const = 0;
H A Dplayer-act.cc664 || liquefied_ground() && you.duration[DUR_LIQUEFYING] == 0) in fumbles_attack()
H A Dmonster.h437 bool liquefied_ground() const override;
H A Dstatus.cc316 if (you.liquefied_ground() || you.duration[DUR_LIQUEFYING]) in fill_status_info()
H A Dplayer.h807 bool liquefied_ground() const override;
H A Dmon-info.cc610 if (m->liquefied_ground()) in monster_info()
H A Dplayer.cc1749 if (you.liquefied_ground() || you.duration[DUR_LIQUEFYING]) in player_movement_speed()
5246 return in_water() || liquefied_ground(); in in_liquid()
5425 bool player::liquefied_ground() const in liquefied_ground() function in player
H A Dmonster.cc3054 bool monster::liquefied_ground() const in liquefied_ground() function in monster