Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dl-monst.pkg102 #define RF2_IM_ELEC 0x00020000 /* Resist elec a lot */
H A Dmelee1.c1542 r_ptr->r_flags[2] |= RF2_IM_ELEC; in make_attack_normal()
H A Ddefines.h3372 #define RF2_IM_ELEC 0x00020000 /* Resist elec a lot */ macro
3849 #define RF_IM_ELEC 2, RF2_IM_ELEC
H A Dcmd1.c413 r_ptr->r_flags[2] |= RF2_IM_ELEC; in tot_dam_aux()
H A Dwizard1.c2071 if (flags3 & (RF2_IM_ELEC)) vp[vn++] = "lightning"; in spoil_mon_info()
H A Dspells1.c1040 if (seen) r_ptr->r_flags[2] |= (RF2_IM_ELEC); in project_m()