Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h497 void suicide(int hp_target = -1);
H A Dmonster.cc3501 void monster::suicide(int hp_target) in suicide() argument
3503 ASSERT(hp_target <= 0); in suicide()
3504 const int dam = hit_points - hp_target; in suicide()
3507 hit_points = hp_target; in suicide()