Home
last modified time | relevance | path

Searched refs:ACF_NOGHOST (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-cmd.c3104 if (get_check2("Restrict access to no-ghost players?", FALSE)) mod |= ACF_NOGHOST; in cmd_house_chmod()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd2.c1639 if ((dna->a_flags & ACF_NOGHOST) && !(p_ptr->mode & MODE_NO_GHOST)) { in access_door()
1757 if (dna->a_flags & ACF_NOGHOST) { in access_door_colour()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h8140 #define ACF_NOGHOST 0x40 macro