Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc2689 void monster::set_hit_dice(int new_hit_dice) in set_hit_dice() argument
2691 hit_dice = new_hit_dice; in set_hit_dice()