Home
last modified time | relevance | path

Searched refs:is_unicorn (Results 1 – 25 of 142) sorted by relevance

123456

/dports/games/nethack34/nethack-3.4.3/src/
H A Dmonmove.c846 (!is_unicorn(ptr) ||
895 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
920 if (is_unicorn(ptr) && level.flags.noteleport) {
1037 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dmonmove.c846 (!is_unicorn(ptr) ||
895 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
920 if (is_unicorn(ptr) && level.flags.noteleport) {
1037 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dmonmove.c846 (!is_unicorn(ptr) ||
895 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
920 if (is_unicorn(ptr) && level.flags.noteleport) {
1037 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dmonmove.c912 (!is_unicorn(ptr) ||
961 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
986 if (is_unicorn(ptr) && level.flags.noteleport) {
1104 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
H A Ddogmove.c849 else if (is_unicorn(mtmp->data))
854 else if (is_unicorn(mtmp2->data))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dmonmove.c879 (!is_unicorn(ptr) ||
928 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
953 if (is_unicorn(ptr) && level.flags.noteleport) {
1070 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmonmove.c1038 && (!is_unicorn(ptr)
1089 if (is_unicorn(ptr) && !level.flags.noteleport)
1125 if (is_unicorn(ptr) && level.flags.noteleport) {
1251 if (is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
H A Dmondata.c582 if (is_unicorn(pm1))
583 return is_unicorn(pm2);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmonmove.c1038 && (!is_unicorn(ptr)
1089 if (is_unicorn(ptr) && !level.flags.noteleport)
1125 if (is_unicorn(ptr) && level.flags.noteleport) {
1251 if (is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
H A Dmondata.c582 if (is_unicorn(pm1))
583 return is_unicorn(pm2);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmonmove.c998 (!is_unicorn(ptr) ||
1047 if (is_unicorn(ptr) && !level.flags.noteleport) flag |= NOTONL;
1072 if (is_unicorn(ptr) && level.flags.noteleport) {
1196 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dmonmove.c763 (!is_unicorn(ptr) ||
810 if (is_unicorn(ptr)) flag |= NOTONL;
936 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/nethack33/nethack-3.3.1/src/
H A Dmonmove.c763 (!is_unicorn(ptr) ||
810 if (is_unicorn(ptr)) flag |= NOTONL;
936 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dmonmove.c763 (!is_unicorn(ptr) ||
810 if (is_unicorn(ptr)) flag |= NOTONL;
936 if(is_unicorn(ptr) && rn2(2) && !tele_restrict(mtmp)) {
/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h112 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h112 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h112 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h125 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h125 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h125 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h131 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmondata.c639 if (is_unicorn(pm1)) in same_race()
640 return is_unicorn(pm2); in same_race()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h148 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h148 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h149 #define is_unicorn(ptr) ((ptr)->mlet == S_UNICORN && likes_gems(ptr)) /* KMH */ macro

123456