HomeSort by: relevance | last modified time | path
    Searched refs:MAX_HP (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
message.c 271 if (rogue.hp_max > MAX_HP) {
272 rogue.hp_current -= (rogue.hp_max - MAX_HP);
273 rogue.hp_max = MAX_HP;
rogue.h 312 #define MAX_HP 999

Completed in 12 milliseconds