Home
last modified time | relevance | path

Searched refs:RF5_BO_COLD (Results 1 – 5 of 5) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmelee2.c209 if (int_outof(r_ptr, 100)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()
216 if (int_outof(r_ptr, 80)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()
223 if (int_outof(r_ptr, 30)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()
H A Dmonster1.c228 if (l_ptr->flags5 & RF5_BO_COLD) vp[vn++] = "produce frost bolts"; in describe_monster_spells()
H A Dmdefines.h2463 #define RF5_BO_COLD 0x00080000 /* Cold Bolt */ macro
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h5245 #define RF5_BO_COLD 0x00080000 /* Cold Bolt */ macro
5539 (RF5_BO_ACID | RF5_BO_ELEC | RF5_BO_FIRE | RF5_BO_COLD | \
5601 RF5_BO_COLD | RF5_BO_POIS | RF5_BO_NETH | RF5_BO_WATE | RF5_BO_MANA | \
5682 RF5_BO_ACID | RF5_BO_ELEC | RF5_BO_FIRE | RF5_BO_COLD | RF5_BO_POIS |\
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dmelee2.c396 if (int_outof(r_ptr, 100)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()
401 if (int_outof(r_ptr, 80)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()
406 if (int_outof(r_ptr, 30)) f5 &= ~RF5_BO_COLD; in remove_bad_spells()