Home
last modified time | relevance | path

Searched refs:MUSE_TRAPDOOR (Results 1 – 12 of 12) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/src/
H A Dmuse.c224 #define MUSE_TRAPDOOR 6 macro
372 m.has_defense = MUSE_TRAPDOOR;
373 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
691 case MUSE_TRAPDOOR:
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dmuse.c224 #define MUSE_TRAPDOOR 6 macro
372 m.has_defense = MUSE_TRAPDOOR;
373 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
691 case MUSE_TRAPDOOR:
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dmuse.c227 #define MUSE_TRAPDOOR 6 macro
386 m.has_defense = MUSE_TRAPDOOR;
387 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
728 case MUSE_TRAPDOOR:
/dports/games/nethack34/nethack-3.4.3/src/
H A Dmuse.c227 #define MUSE_TRAPDOOR 6 macro
386 m.has_defense = MUSE_TRAPDOOR;
387 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
728 case MUSE_TRAPDOOR:
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dmuse.c227 #define MUSE_TRAPDOOR 6 macro
386 m.has_defense = MUSE_TRAPDOOR;
387 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
728 case MUSE_TRAPDOOR:
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dmuse.c224 #define MUSE_TRAPDOOR 6 macro
372 m.has_defense = MUSE_TRAPDOOR;
373 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
691 case MUSE_TRAPDOOR:
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmuse.c231 #define MUSE_TRAPDOOR 6 macro
397 m.has_defense = MUSE_TRAPDOOR;
398 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
745 case MUSE_TRAPDOOR:
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dmuse.c227 #define MUSE_TRAPDOOR 6 macro
393 m.has_defense = MUSE_TRAPDOOR;
394 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
740 case MUSE_TRAPDOOR:
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dmuse.c229 #define MUSE_TRAPDOOR 6 macro
404 m.has_defense = MUSE_TRAPDOOR;
405 } else if (t->ttyp == TELEP_TRAP && m.has_defense != MUSE_TRAPDOOR) {
783 case MUSE_TRAPDOOR:
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmuse.c280 #define MUSE_TRAPDOOR 6 macro
477 m.has_defense = MUSE_TRAPDOOR;
836 case MUSE_TRAPDOOR:
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmuse.c280 #define MUSE_TRAPDOOR 6 macro
477 m.has_defense = MUSE_TRAPDOOR;
836 case MUSE_TRAPDOOR:
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmuse.c277 #define MUSE_TRAPDOOR 6 macro
504 g.m.has_defense = MUSE_TRAPDOOR; in find_defensive()
848 case MUSE_TRAPDOOR: in use_defensive()