Home
last modified time | relevance | path

Searched refs:RF2_IM_COLD (Results 1 – 6 of 6) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dl-monst.pkg104 #define RF2_IM_COLD 0x00080000 /* Resist cold a lot */
H A Dmelee1.c1592 r_ptr->r_flags[2] |= RF2_IM_COLD; in make_attack_normal()
H A Ddefines.h3374 #define RF2_IM_COLD 0x00080000 /* Resist cold a lot */ macro
3851 #define RF_IM_COLD 2, RF2_IM_COLD
H A Dspells1.c1066 if (seen) r_ptr->r_flags[2] |= (RF2_IM_COLD); in project_m()
1755 if (seen) r_ptr->r_flags[2] |= (RF2_IM_COLD); in project_m()
H A Dcmd1.c451 r_ptr->r_flags[2] |= RF2_IM_COLD; in tot_dam_aux()
H A Dwizard1.c2073 if (flags3 & (RF2_IM_COLD)) vp[vn++] = "cold"; in spoil_mon_info()