Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h255 virtual int stat_maxhp() const = 0;
H A Dmonster.h507 int stat_maxhp() const override { return max_hit_points; } in stat_maxhp() function
H A Dplayer.h834 int stat_maxhp() const override { return hp_max; } in stat_maxhp() function
H A Dattack.cc1489 || attacker->stat_hp() == attacker->stat_maxhp() in apply_damage_brand()
H A Dmelee-attack.cc2581 if (defender->stat_hp() < defender->stat_maxhp()) in mons_apply_attack_flavour()