Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dxtra1.c2390 if (r_ptr->flags3 & RF3_RES_NETH) { p_ptr->resist_neth = TRUE; csheet_boni->cb[3] |= CB4_RNETH; } in calc_body_bonus()
2436 if (r_ptr->flags4 & RF4_BR_NETH) { p_ptr->resist_neth = TRUE; csheet_boni->cb[3] |= CB4_RNETH; } in calc_body_bonus()
3283 p_ptr->resist_neth = TRUE; csheet_boni[14].cb[3] |= CB4_RNETH;
3980 …(f2 & TR2_RES_NETHER) { p_ptr->resist_neth = TRUE; csheet_boni[i-INVEN_WIELD].cb[3] |= CB4_RNETH; }
6138 if (f2 & TR2_RES_NETHER) csheet_boni[i].cb[3] |= CB4_RNETH;
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-xtra1.c2378 …if (csheet_boni[i].cb[3] & CB4_RNETH) { c_put_str(TERM_WHITE, "+", 11, 5+i); if (header_color[0][1… in display_player()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h4736 #define CB4_RNETH 0x02 macro