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

  /src/games/rogue/
move.c 553 static short heal_exp = -1, n, c = 0; local in function:heal
560 if (rogue.exp != heal_exp) {
561 heal_exp = rogue.exp;
563 switch(heal_exp) {
move.c 553 static short heal_exp = -1, n, c = 0; local in function:heal
560 if (rogue.exp != heal_exp) {
561 heal_exp = rogue.exp;
563 switch(heal_exp) {

Completed in 22 milliseconds