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

  /src/games/robots/
extern.c 46 bool Teleport = false; /* Teleport automatically when player must */
main.c 106 Teleport = true;
136 Teleport = true;
robots.h 90 Teleport, Waiting, Was_bonus, Auto_bot;
move.c 79 if (Teleport && must_telep())
80 goto teleport;
183 teleport:
216 * Must I teleport; i.e., is there anywhere I can move without

Completed in 19 milliseconds