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

  /src/games/rogue/
score.c 69 const char *mechanism = "killed by something unknown (?)"; local in function:killed_by
83 mechanism = "died of hypothermia";
86 mechanism = "died of starvation";
89 mechanism = "killed by a dart";
92 mechanism = "quit";
95 mechanism = "killed by fire";
107 mechanism = mechanism_buf;
110 "%s with %ld gold", mechanism, rogue.gold);
216 * past the ':' Death mechanism

Completed in 76 milliseconds