Home
last modified time | relevance | path

Searched refs:DF2_NO_RECALL_INTO (Results 1 – 5 of 5) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Ddungeon.c3509 (d_ptr->flags2 & (DF2_IRON | DF2_NO_RECALL_INTO)) ||
3511 (d_ptr->flags2 & (DF2_NO_RECALL_INTO)) ||
3559 (d_ptr->flags2 & (DF2_IRON | DF2_NO_RECALL_INTO)) ||
3561 (d_ptr->flags2 & (DF2_NO_RECALL_INTO)) ||
H A Dxtra2.c8524 if (dt_ptr2->flags2 & DF2_NO_RECALL_INTO) factor += 5;
10744 …if(d_ptr && ((d_ptr->flags2 & (DF2_IRON | DF2_NO_RECALL_INTO)) || (d_ptr->flags1 & DF1_NO_RECALL))…
10749 …if(d_ptr && ((d_ptr->flags2 & (DF2_IRON | DF2_NO_RECALL_INTO)) || (d_ptr->flags1 & DF1_NO_RECALL))…
H A Dcmd2.c226 if ((wild_info[wpos->wy][wpos->wx].tower->flags2 & DF2_NO_RECALL_INTO)) { in do_cmd_go_up()
865 if ((wild_info[wpos->wy][wpos->wx].dungeon->flags2 & DF2_NO_RECALL_INTO)) { in do_cmd_go_down()
H A Dcave.c234 if (d_ptr->flags2 & DF2_NO_RECALL_INTO) { in get_staircase_colour()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h5884 #define DF2_NO_RECALL_INTO 0x00000008L /* Player may not recall downwards into this dungeon \ macro