Home
last modified time | relevance | path

Searched refs:RESF_LIFE (Results 1 – 7 of 7) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd4.c2390 if (resf_all & RESF_LIFE) {
2394 if (resf_win & RESF_LIFE) {
2398 if (resf_owin & RESF_LIFE) {
2402 } else if (resf_howin & RESF_LIFE) {
H A Dobject2.c3907 if ((resf & RESF_LIFE) || !(a_ptr->flags1 & TR1_LIFE)) break;
9338 f |= RESF_LIFE; /* allowed to find +LIFE artifacts; hack: and WINNERS_ONLY artifacts too */
9776 …magic(&xwpos, qq_ptr, 150, TRUE, TRUE, TRUE, TRUE, RESF_FORCERANDART | RESF_NOTRUEART | RESF_LIFE);
H A Dxtra1.c3711 (make_resf(p_ptr) & RESF_LIFE) ||
3808 (make_resf(p_ptr) & RESF_LIFE) ||
H A Dxtra2.c5535 acquirement(wpos, y, x, num, TRUE, TRUE, RESF_WINNER | RESF_LIFE | RESF_NOTRUEART | RESF_EGOHI);
5765 …y_magic(wpos, qq_ptr, 150, TRUE, TRUE, TRUE, TRUE, RESF_FORCERANDART | RESF_NOTRUEART | RESF_LIFE);
H A Dspells2.c3351 if (((resf & RESF_LIFE) && !p_ptr->current_artifact_nolife) || !(a_ptr->flags1 & TR1_LIFE)) break; in create_artifact_aux()
H A Dslash.c6098 …os, o_ptr, p_ptr->lev, FALSE, FALSE, FALSE, FALSE, RESF_FORCERANDART | RESF_NOTRUEART | RESF_LIFE);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h4850 #define RESF_LIFE 0x00010000 /* allow +LIFE randarts */ macro