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

  /src/games/rogue/
use.c 62 short haste_self = 0; variable in typeref:typename:short
166 case HASTE_SELF:
168 haste_self += get_rand(11, 21);
169 if (!(haste_self % 2)) {
170 haste_self++;
use.c 62 short haste_self = 0; variable in typeref:typename:short
166 case HASTE_SELF:
168 haste_self += get_rand(11, 21);
169 if (!(haste_self % 2)) {
170 haste_self++;

Completed in 20 milliseconds