Searched refs:MAX_HP (Results 1 – 2 of 2) sorted by relevance
271 if (rogue.hp_max > MAX_HP) { in print_stats()272 rogue.hp_current -= (rogue.hp_max - MAX_HP); in print_stats()273 rogue.hp_max = MAX_HP; in print_stats()
312 #define MAX_HP 999 macro