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

  /src/games/rogue/
message.c 283 if (rogue.str_max > MAX_STRENGTH) {
284 rogue.str_current -= (rogue.str_max - MAX_STRENGTH);
285 rogue.str_max = MAX_STRENGTH;
rogue.h 313 #define MAX_STRENGTH 99

Completed in 12 milliseconds