Home
last modified time | relevance | path

Searched refs:SV_STAFF_DETECT_EVIL (Results 1 – 11 of 11) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dinit2.c1291 { TV_STAFF, SV_STAFF_DETECT_EVIL },
1547 { TV_STAFF, SV_STAFF_DETECT_EVIL },
H A Dmdefines.h1552 #define SV_STAFF_DETECT_EVIL 15 macro
H A Duse-obj.c1208 case SV_STAFF_DETECT_EVIL: in use_staff()
H A Dobject2.c2360 case SV_STAFF_DETECT_EVIL: o_ptr->pval = randint1(15) + 8; break; in charge_staff()
/dports/games/zangband/zangband/src/
H A Dzbmagic3.c1756 !borg_equips_staff_fail(SV_STAFF_DETECT_EVIL) && in borg_defend_aux_inviso()
1783 borg_use_staff(SV_STAFF_DETECT_EVIL)) in borg_defend_aux_inviso()
H A Dzborg7.c482 borg_use_staff(SV_STAFF_DETECT_EVIL) || in borg_check_lite()
H A Ddefines.h2142 #define SV_STAFF_DETECT_EVIL 15 macro
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h3370 #define SV_STAFF_DETECT_EVIL 15 macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dtraps.c3540 case SV_STAFF_DETECT_EVIL: in mon_hit_trap_aux_staff()
H A Dcmd6.c3052 case SV_STAFF_DETECT_EVIL:
H A Dobject2.c4269 case SV_STAFF_DETECT_EVIL: o_ptr->pval = randint(15) + 8; break;